Html Css Color HEX #B9D75C Conifer

📋 copy color: '#B9D75C'

red 185 ◦ green 215 ◦ blue 92

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

Shades of Conifer #B9D75C

Tints of Conifer #B9D75C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.7%

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

R = 37.6%
G = 43.7%
B = 18.7%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#B9D75C (or 0xB9D75C) is known color: Conifer. HEX triplet: B9, D7 and 5C. RGB value is (185,215,92). Sum of RGB (Red+Green+Blue) = 185+215+92=492 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.60% from 492); Green value is 215 (84.38% from 255 or 43.70% from 492); Blue value is 92 (36.33% from 255 or 18.70% from 492); Max value from RGB is 215 - color contains mainly: green. Hex color #B9D75C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9D75C is #4628A3. Grayscale: #C0C0C0. Windows color (decimal): -4597924 or 6084537. OLE color: 6084537.

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

Color convert

RGB 185 215 92 -
CMYK 0.14 0 0.57 0.16
HSL 74.63º 0.61% 0.6% -
HSV(B) 74.63º 0.57% 0.84% -
XYZ 46.24 59.69 19.21 -
YUV 192.01 71.56 123 -
System Red Green Blue C M Y K H S L
Decimal 185 215 92 0.14 0 0.57 0.16 74.63 0.61 0.6
Hex B9 D7 5C E 0 39 10 4B 3D 3C
Octal 271 327 134 16 0 71 20 113 75 74
Binary 10111001 11010111 1011100 1110 0 111001 10000 1001011 111101 111100

Color Harmonies of #B9D75C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D75C

Black with #B9D75C

Text Example


Text Example

White with #B9D75C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D75C; }

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

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

background-color css

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

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

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

border-color css

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

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

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