Html Css Color HEX #BBD64D Conifer

📋 copy color: '#BBD64D'

red 187 ◦ green 214 ◦ blue 77

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

Shades of Conifer #BBD64D

Tints of Conifer #BBD64D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.11%

R = 39.12%
G = 44.77%
B = 16.11%

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

#BBD64D (or 0xBBD64D) is known color: Conifer. HEX triplet: BB, D6 and 4D. RGB value is (187,214,77). Sum of RGB (Red+Green+Blue) = 187+214+77=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 214 (83.98% from 255 or 44.77% from 478); Blue value is 77 (30.47% from 255 or 16.11% from 478); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD64D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD64D is #4429B2. Grayscale: #BEBEBE. Windows color (decimal): -4467123 or 5101243. OLE color: 5101243.

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

Color convert

RGB 187 214 77 -
CMYK 0.13 0 0.64 0.16
HSL 71.82º 0.63% 0.57% -
HSV(B) 71.82º 0.64% 0.84% -
XYZ 45.88 59.19 16.03 -
YUV 190.31 64.05 125.64 -
System Red Green Blue C M Y K H S L
Decimal 187 214 77 0.13 0 0.64 0.16 71.82 0.63 0.57
Hex BB D6 4D D 0 40 10 48 3F 39
Octal 273 326 115 15 0 100 20 110 77 71
Binary 10111011 11010110 1001101 1101 0 1000000 10000 1001000 111111 111001

Color Harmonies of #BBD64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD64D

Black with #BBD64D

Text Example


Text Example

White with #BBD64D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD64D; }

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

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

background-color css

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

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

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

border-color css

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

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

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