Html Css Color HEX #B9DC57 Conifer

📋 copy color: '#B9DC57'

red 185 ◦ green 220 ◦ blue 87

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

Shades of Conifer #B9DC57

Tints of Conifer #B9DC57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 17.68%

R = 37.6%
G = 44.72%
B = 17.68%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#B9DC57 (or 0xB9DC57) is known color: Conifer. HEX triplet: B9, DC and 57. RGB value is (185,220,87). Sum of RGB (Red+Green+Blue) = 185+220+87=492 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.60% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 87 (34.38% from 255 or 17.68% from 492); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DC57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DC57 is #4623A8. Grayscale: #C2C2C2. Windows color (decimal): -4596649 or 5758137. OLE color: 5758137.

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

Color convert

RGB 185 220 87 -
CMYK 0.16 0 0.60 0.14
HSL 75.79º 0.66% 0.6% -
HSV(B) 75.79º 0.6% 0.86% -
XYZ 47.32 62.19 18.53 -
YUV 194.37 67.4 121.31 -
System Red Green Blue C M Y K H S L
Decimal 185 220 87 0.16 0 0.60 0.14 75.79 0.66 0.6
Hex B9 DC 57 10 0 3C E 4C 42 3C
Octal 271 334 127 20 0 74 16 114 102 74
Binary 10111001 11011100 1010111 10000 0 111100 1110 1001100 1000010 111100

Color Harmonies of #B9DC57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DC57

Black with #B9DC57

Text Example


Text Example

White with #B9DC57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DC57; }

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

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

background-color css

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

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

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

border-color css

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

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

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