Html Css Color HEX #BBC490 Green Mist

📋 copy color: '#BBC490'

red 187 ◦ green 196 ◦ blue 144

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

Shades of Green Mist #BBC490

Tints of Green Mist #BBC490

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.19%

 BLUE value IS 144 (56.64% from 255) = 27.32%

R = 35.48%
G = 37.19%
B = 27.32%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#BBC490 (or 0xBBC490) is known color: Green Mist. HEX triplet: BB, C4 and 90. RGB value is (187,196,144). Sum of RGB (Red+Green+Blue) = 187+196+144=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 196 (76.95% from 255 or 37.19% from 527); Blue value is 144 (56.64% from 255 or 27.32% from 527); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC490 is #443B6F. Grayscale: #BBBBBB. Windows color (decimal): -4471664 or 9487547. OLE color: 9487547.

HSL color Cylindrical-coordinate representation of color #BBC490: hue angle of 70.38º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBC490 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB 187 196 144 -
CMYK 0.05 0 0.27 0.23
HSL 70.38º 0.31% 0.67% -
HSV(B) 70.38º 0.27% 0.77% -
XYZ 45.27 52.06 34.05 -
YUV 187.38 103.52 127.73 -
System Red Green Blue C M Y K H S L
Decimal 187 196 144 0.05 0 0.27 0.23 70.38 0.31 0.67
Hex BB C4 90 5 0 1B 17 46 1F 43
Octal 273 304 220 5 0 33 27 106 37 103
Binary 10111011 11000100 10010000 101 0 11011 10111 1000110 11111 1000011

Color Harmonies of #BBC490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC490

Black with #BBC490

Text Example


Text Example

White with #BBC490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC490; }

 p { color: rgb(187,196,144); }

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

background-color css

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

 a { background-color: rgb(187,196,144); }

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

border-color css

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

 span { border-color: rgb(187,196,144); }

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