Html Css Color HEX #B9DC5C Conifer

📋 copy color: '#B9DC5C'

red 185 ◦ green 220 ◦ blue 92

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

Shades of Conifer #B9DC5C

Tints of Conifer #B9DC5C

RGB

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

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

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

R = 37.22%
G = 44.27%
B = 18.51%

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

#B9DC5C (or 0xB9DC5C) is known color: Conifer. HEX triplet: B9, DC and 5C. RGB value is (185,220,92). Sum of RGB (Red+Green+Blue) = 185+220+92=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 92 (36.33% from 255 or 18.51% from 497); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DC5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DC5C is #4623A3. Grayscale: #C3C3C3. Windows color (decimal): -4596644 or 6085817. OLE color: 6085817.

HSL color Cylindrical-coordinate representation of color #B9DC5C: hue angle of 76.41º degrees, saturation: 0.65, 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 #B9DC5C is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 220 92 -
CMYK 0.16 0 0.58 0.14
HSL 76.41º 0.65% 0.61% -
HSV(B) 76.41º 0.58% 0.86% -
XYZ 47.53 62.27 19.64 -
YUV 194.94 69.9 120.91 -
System Red Green Blue C M Y K H S L
Decimal 185 220 92 0.16 0 0.58 0.14 76.41 0.65 0.61
Hex B9 DC 5C 10 0 3A E 4C 41 3D
Octal 271 334 134 20 0 72 16 114 101 75
Binary 10111001 11011100 1011100 10000 0 111010 1110 1001100 1000001 111101

Color Harmonies of #B9DC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DC5C

Black with #B9DC5C

Text Example


Text Example

White with #B9DC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DC5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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