Html Css Color HEX #B9D64C Conifer

📋 copy color: '#B9D64C'

red 185 ◦ green 214 ◦ blue 76

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

Shades of Conifer #B9D64C

Tints of Conifer #B9D64C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.05%

 BLUE value IS 76 (30.08% from 255) = 16%

R = 38.95%
G = 45.05%
B = 16%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#B9D64C (or 0xB9D64C) is known color: Conifer. HEX triplet: B9, D6 and 4C. RGB value is (185,214,76). Sum of RGB (Red+Green+Blue) = 185+214+76=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 214 (83.98% from 255 or 45.05% from 475); Blue value is 76 (30.08% from 255 or 16% from 475); Max value from RGB is 214 - color contains mainly: green. Hex color #B9D64C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9D64C is #4629B3. Grayscale: #BEBEBE. Windows color (decimal): -4598196 or 5035705. OLE color: 5035705.

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

Color convert

RGB 185 214 76 -
CMYK 0.14 0 0.64 0.16
HSL 72.61º 0.63% 0.57% -
HSV(B) 72.61º 0.64% 0.84% -
XYZ 45.36 58.93 15.82 -
YUV 189.6 63.89 124.72 -
System Red Green Blue C M Y K H S L
Decimal 185 214 76 0.14 0 0.64 0.16 72.61 0.63 0.57
Hex B9 D6 4C E 0 40 10 49 3F 39
Octal 271 326 114 16 0 100 20 111 77 71
Binary 10111001 11010110 1001100 1110 0 1000000 10000 1001001 111111 111001

Color Harmonies of #B9D64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D64C

Black with #B9D64C

Text Example


Text Example

White with #B9D64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D64C; }

 p { color: rgb(185,214,76); }

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

background-color css

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

 a { background-color: rgb(185,214,76); }

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

border-color css

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

 span { border-color: rgb(185,214,76); }

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