Html Css Color HEX #B1DC69 Conifer

📋 copy color: '#B1DC69'

red 177 ◦ green 220 ◦ blue 105

#B1DC69
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #B1DC69

Tints of Conifer #B1DC69

RGB

 RED value IS 177 (69.53% from 255) = 35.26%

 GREEN value IS 220 (86.33% from 255) = 43.82%

 BLUE value IS 105 (41.41% from 255) = 20.92%

R = 35.26%
G = 43.82%
B = 20.92%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.52

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B1DC69 (or 0xB1DC69) is known color: Conifer. HEX triplet: B1, DC and 69. RGB value is (177,220,105). Sum of RGB (Red+Green+Blue) = 177+220+105=502 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.26% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 105 (41.41% from 255 or 20.92% from 502); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DC69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DC69 is #4E2396. Grayscale: #C2C2C2. Windows color (decimal): -5120919 or 6937777. OLE color: 6937777.

HSL color Cylindrical-coordinate representation of color #B1DC69: hue angle of 82.43º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B1DC69 is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 220 105 -
CMYK 0.20 0 0.52 0.14
HSL 82.43º 0.62% 0.64% -
HSV(B) 82.43º 0.52% 0.86% -
XYZ 46.27 61.55 22.81 -
YUV 194.03 77.75 115.85 -
System Red Green Blue C M Y K H S L
Decimal 177 220 105 0.20 0 0.52 0.14 82.43 0.62 0.64
Hex B1 DC 69 14 0 34 E 52 3E 40
Octal 261 334 151 24 0 64 16 122 76 100
Binary 10110001 11011100 1101001 10100 0 110100 1110 1010010 111110 1000000

Color Harmonies of #B1DC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DC69

Black with #B1DC69

Text Example


Text Example

White with #B1DC69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DC69; }

 p { color: rgb(177,220,105); }

 H1.HeaderClassName
 {
   color: #B1DC69;
 }
 .AnyTagClassName
 {
   color: #B1DC69;
 }
</style>

background-color css

<style>
 a { background-color: #B1DC69; }

 a { background-color: rgb(177,220,105); }

 div.DivClassName
 {
   background-color: #B1DC69;
 }
 .BgClassName
 {
   background-color: #B1DC69;
 }
</style>

border-color css

<style>
 span { border-color: #B1DC69; }

 span { border-color: rgb(177,220,105); }

 td.TdClassName
 {
   border-color: #B1DC69;
 }
 .TagClassName
 {
   border-color: #B1DC69;
 }
</style>