Html Css Color HEX #BBC08D Green Mist

📋 copy color: '#BBC08D'

red 187 ◦ green 192 ◦ blue 141

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

Shades of Green Mist #BBC08D

Tints of Green Mist #BBC08D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.92%

 BLUE value IS 141 (55.47% from 255) = 27.12%

R = 35.96%
G = 36.92%
B = 27.12%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BBC08D (or 0xBBC08D) is known color: Green Mist. HEX triplet: BB, C0 and 8D. RGB value is (187,192,141). Sum of RGB (Red+Green+Blue) = 187+192+141=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 192 (75.39% from 255 or 36.92% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC08D is #443F72. Grayscale: #B8B8B8. Windows color (decimal): -4472691 or 9289915. OLE color: 9289915.

HSL color Cylindrical-coordinate representation of color #BBC08D: hue angle of 65.88º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBC08D is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 192 141 -
CMYK 0.03 0 0.27 0.25
HSL 65.88º 0.29% 0.65% -
HSV(B) 65.88º 0.27% 0.75% -
XYZ 44.15 50.19 32.56 -
YUV 184.69 103.34 129.65 -
System Red Green Blue C M Y K H S L
Decimal 187 192 141 0.03 0 0.27 0.25 65.88 0.29 0.65
Hex BB C0 8D 3 0 1B 19 42 1D 41
Octal 273 300 215 3 0 33 31 102 35 101
Binary 10111011 11000000 10001101 11 0 11011 11001 1000010 11101 1000001

Color Harmonies of #BBC08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC08D

Black with #BBC08D

Text Example


Text Example

White with #BBC08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC08D; }

 p { color: rgb(187,192,141); }

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

background-color css

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

 a { background-color: rgb(187,192,141); }

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

border-color css

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

 span { border-color: rgb(187,192,141); }

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