Html Css Color HEX #BBC492 Green Mist

📋 copy color: '#BBC492'

red 187 ◦ green 196 ◦ blue 146

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

Shades of Green Mist #BBC492

Tints of Green Mist #BBC492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.6%

R = 35.35%
G = 37.05%
B = 27.6%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#BBC492 (or 0xBBC492) is known color: Green Mist. HEX triplet: BB, C4 and 92. RGB value is (187,196,146). Sum of RGB (Red+Green+Blue) = 187+196+146=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 196 (76.95% from 255 or 37.05% from 529); Blue value is 146 (57.42% from 255 or 27.60% from 529); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC492 is #443B6D. Grayscale: #BBBBBB. Windows color (decimal): -4471662 or 9618619. OLE color: 9618619.

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

Color convert

RGB 187 196 146 -
CMYK 0.05 0 0.26 0.23
HSL 70.8º 0.3% 0.67% -
HSV(B) 70.8º 0.26% 0.77% -
XYZ 45.42 52.12 34.86 -
YUV 187.61 104.52 127.57 -
System Red Green Blue C M Y K H S L
Decimal 187 196 146 0.05 0 0.26 0.23 70.8 0.3 0.67
Hex BB C4 92 5 0 1A 17 47 1E 43
Octal 273 304 222 5 0 32 27 107 36 103
Binary 10111011 11000100 10010010 101 0 11010 10111 1000111 11110 1000011

Color Harmonies of #BBC492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC492

Black with #BBC492

Text Example


Text Example

White with #BBC492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC492; }

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

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

background-color css

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

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

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

border-color css

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

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

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