Html Css Color HEX #B9DB5C Conifer

📋 copy color: '#B9DB5C'

red 185 ◦ green 219 ◦ blue 92

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

Shades of Conifer #B9DB5C

Tints of Conifer #B9DB5C

RGB

 RED value IS 185 (72.66% from 255) = 37.3%

 GREEN value IS 219 (85.94% from 255) = 44.15%

 BLUE value IS 92 (36.33% from 255) = 18.55%

R = 37.3%
G = 44.15%
B = 18.55%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#B9DB5C (or 0xB9DB5C) is known color: Conifer. HEX triplet: B9, DB and 5C. RGB value is (185,219,92). Sum of RGB (Red+Green+Blue) = 185+219+92=496 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.30% from 496); Green value is 219 (85.94% from 255 or 44.15% from 496); Blue value is 92 (36.33% from 255 or 18.55% from 496); Max value from RGB is 219 - color contains mainly: green. Hex color #B9DB5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DB5C is #4624A3. Grayscale: #C2C2C2. Windows color (decimal): -4596900 or 6085561. OLE color: 6085561.

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

Color convert

RGB 185 219 92 -
CMYK 0.16 0 0.58 0.14
HSL 76.06º 0.64% 0.61% -
HSV(B) 76.06º 0.58% 0.86% -
XYZ 47.27 61.75 19.55 -
YUV 194.36 70.24 121.33 -
System Red Green Blue C M Y K H S L
Decimal 185 219 92 0.16 0 0.58 0.14 76.06 0.64 0.61
Hex B9 DB 5C 10 0 3A E 4C 40 3D
Octal 271 333 134 20 0 72 16 114 100 75
Binary 10111001 11011011 1011100 10000 0 111010 1110 1001100 1000000 111101

Color Harmonies of #B9DB5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DB5C

Black with #B9DB5C

Text Example


Text Example

White with #B9DB5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DB5C; }

 p { color: rgb(185,219,92); }

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

background-color css

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

 a { background-color: rgb(185,219,92); }

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

border-color css

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

 span { border-color: rgb(185,219,92); }

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