Html Css Color HEX #BBDE46 Conifer

📋 copy color: '#BBDE46'

red 187 ◦ green 222 ◦ blue 70

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

Shades of Conifer #BBDE46

Tints of Conifer #BBDE46

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.35%

 BLUE value IS 70 (27.73% from 255) = 14.61%

R = 39.04%
G = 46.35%
B = 14.61%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#BBDE46 (or 0xBBDE46) is known color: Conifer. HEX triplet: BB, DE and 46. RGB value is (187,222,70). Sum of RGB (Red+Green+Blue) = 187+222+70=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 222 (87.11% from 255 or 46.35% from 479); Blue value is 70 (27.73% from 255 or 14.61% from 479); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDE46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDE46 is #4421B9. Grayscale: #C2C2C2. Windows color (decimal): -4465082 or 4644539. OLE color: 4644539.

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

Color convert

RGB 187 222 70 -
CMYK 0.16 0 0.68 0.13
HSL 73.82º 0.7% 0.57% -
HSV(B) 73.82º 0.68% 0.87% -
XYZ 47.72 63.25 15.49 -
YUV 194.21 57.9 122.86 -
System Red Green Blue C M Y K H S L
Decimal 187 222 70 0.16 0 0.68 0.13 73.82 0.7 0.57
Hex BB DE 46 10 0 44 D 4A 46 39
Octal 273 336 106 20 0 104 15 112 106 71
Binary 10111011 11011110 1000110 10000 0 1000100 1101 1001010 1000110 111001

Color Harmonies of #BBDE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDE46

Black with #BBDE46

Text Example


Text Example

White with #BBDE46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDE46; }

 p { color: rgb(187,222,70); }

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

background-color css

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

 a { background-color: rgb(187,222,70); }

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

border-color css

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

 span { border-color: rgb(187,222,70); }

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