Html Css Color HEX #BBD64C Conifer

📋 copy color: '#BBD64C'

red 187 ◦ green 214 ◦ blue 76

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

Shades of Conifer #BBD64C

Tints of Conifer #BBD64C

RGB

 RED value IS 187 (73.44% from 255) = 39.2%

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

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

R = 39.2%
G = 44.86%
B = 15.93%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#BBD64C (or 0xBBD64C) is known color: Conifer. HEX triplet: BB, D6 and 4C. RGB value is (187,214,76). Sum of RGB (Red+Green+Blue) = 187+214+76=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 214 (83.98% from 255 or 44.86% from 477); Blue value is 76 (30.08% from 255 or 15.93% from 477); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD64C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD64C is #4429B3. Grayscale: #BEBEBE. Windows color (decimal): -4467124 or 5035707. OLE color: 5035707.

HSL color Cylindrical-coordinate representation of color #BBD64C: hue angle of 71.74º 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 #BBD64C is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 214 76 -
CMYK 0.13 0 0.64 0.16
HSL 71.74º 0.63% 0.57% -
HSV(B) 71.74º 0.64% 0.84% -
XYZ 45.84 59.18 15.84 -
YUV 190.2 63.55 125.72 -
System Red Green Blue C M Y K H S L
Decimal 187 214 76 0.13 0 0.64 0.16 71.74 0.63 0.57
Hex BB D6 4C D 0 40 10 48 3F 39
Octal 273 326 114 15 0 100 20 110 77 71
Binary 10111011 11010110 1001100 1101 0 1000000 10000 1001000 111111 111001

Color Harmonies of #BBD64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD64C

Black with #BBD64C

Text Example


Text Example

White with #BBD64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD64C; }

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

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

background-color css

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

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

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

border-color css

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

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

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