Html Css Color HEX #BBDD64 Conifer

📋 copy color: '#BBDD64'

red 187 ◦ green 221 ◦ blue 100

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

Shades of Conifer #BBDD64

Tints of Conifer #BBDD64

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.5%

 BLUE value IS 100 (39.45% from 255) = 19.69%

R = 36.81%
G = 43.5%
B = 19.69%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#BBDD64 (or 0xBBDD64) is known color: Conifer. HEX triplet: BB, DD and 64. RGB value is (187,221,100). Sum of RGB (Red+Green+Blue) = 187+221+100=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 100 (39.45% from 255 or 19.69% from 508); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDD64 is #44229B. Grayscale: #C5C5C5. Windows color (decimal): -4465308 or 6610363. OLE color: 6610363.

HSL color Cylindrical-coordinate representation of color #BBDD64: hue angle of 76.86º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BBDD64 is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 221 100 -
CMYK 0.15 0 0.55 0.13
HSL 76.86º 0.64% 0.63% -
HSV(B) 76.86º 0.55% 0.87% -
XYZ 48.65 63.2 21.69 -
YUV 197.04 73.24 120.84 -
System Red Green Blue C M Y K H S L
Decimal 187 221 100 0.15 0 0.55 0.13 76.86 0.64 0.63
Hex BB DD 64 F 0 37 D 4D 40 3F
Octal 273 335 144 17 0 67 15 115 100 77
Binary 10111011 11011101 1100100 1111 0 110111 1101 1001101 1000000 111111

Color Harmonies of #BBDD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDD64

Black with #BBDD64

Text Example


Text Example

White with #BBDD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDD64; }

 p { color: rgb(187,221,100); }

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

background-color css

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

 a { background-color: rgb(187,221,100); }

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

border-color css

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

 span { border-color: rgb(187,221,100); }

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