Html Css Color HEX #BBD64B Conifer

📋 copy color: '#BBD64B'

red 187 ◦ green 214 ◦ blue 75

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

Shades of Conifer #BBD64B

Tints of Conifer #BBD64B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.76%

R = 39.29%
G = 44.96%
B = 15.76%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#BBD64B (or 0xBBD64B) is known color: Conifer. HEX triplet: BB, D6 and 4B. RGB value is (187,214,75). Sum of RGB (Red+Green+Blue) = 187+214+75=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 214 (83.98% from 255 or 44.96% from 476); Blue value is 75 (29.69% from 255 or 15.76% from 476); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD64B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD64B is #4429B4. Grayscale: #BEBEBE. Windows color (decimal): -4467125 or 4970171. OLE color: 4970171.

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

Color convert

RGB 187 214 75 -
CMYK 0.13 0 0.65 0.16
HSL 71.65º 0.63% 0.57% -
HSV(B) 71.65º 0.65% 0.84% -
XYZ 45.81 59.17 15.66 -
YUV 190.08 63.05 125.8 -
System Red Green Blue C M Y K H S L
Decimal 187 214 75 0.13 0 0.65 0.16 71.65 0.63 0.57
Hex BB D6 4B D 0 41 10 48 3F 39
Octal 273 326 113 15 0 101 20 110 77 71
Binary 10111011 11010110 1001011 1101 0 1000001 10000 1001000 111111 111001

Color Harmonies of #BBD64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD64B

Black with #BBD64B

Text Example


Text Example

White with #BBD64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD64B; }

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

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

background-color css

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

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

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

border-color css

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

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

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