Html Css Color HEX #BBDF64 Conifer

📋 copy color: '#BBDF64'

red 187 ◦ green 223 ◦ blue 100

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

Shades of Conifer #BBDF64

Tints of Conifer #BBDF64

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.73%

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

R = 36.67%
G = 43.73%
B = 19.61%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#BBDF64 (or 0xBBDF64) is known color: Conifer. HEX triplet: BB, DF and 64. RGB value is (187,223,100). Sum of RGB (Red+Green+Blue) = 187+223+100=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 223 (87.5% from 255 or 43.73% from 510); Blue value is 100 (39.45% from 255 or 19.61% from 510); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDF64 is #44209B. Grayscale: #C6C6C6. Windows color (decimal): -4464796 or 6610875. OLE color: 6610875.

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

Color convert

RGB 187 223 100 -
CMYK 0.16 0 0.55 0.13
HSL 77.56º 0.66% 0.63% -
HSV(B) 77.56º 0.55% 0.87% -
XYZ 49.18 64.26 21.87 -
YUV 198.21 72.57 120 -
System Red Green Blue C M Y K H S L
Decimal 187 223 100 0.16 0 0.55 0.13 77.56 0.66 0.63
Hex BB DF 64 10 0 37 D 4E 42 3F
Octal 273 337 144 20 0 67 15 116 102 77
Binary 10111011 11011111 1100100 10000 0 110111 1101 1001110 1000010 111111

Color Harmonies of #BBDF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDF64

Black with #BBDF64

Text Example


Text Example

White with #BBDF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDF64; }

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

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

background-color css

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

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

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

border-color css

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

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

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