Html Css Color HEX #BBC690 Green Mist

📋 copy color: '#BBC690'

red 187 ◦ green 198 ◦ blue 144

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

Shades of Green Mist #BBC690

Tints of Green Mist #BBC690

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.43%

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

R = 35.35%
G = 37.43%
B = 27.22%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#BBC690 (or 0xBBC690) is known color: Green Mist. HEX triplet: BB, C6 and 90. RGB value is (187,198,144). Sum of RGB (Red+Green+Blue) = 187+198+144=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 198 (77.73% from 255 or 37.43% from 529); Blue value is 144 (56.64% from 255 or 27.22% from 529); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC690 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC690 is #44396F. Grayscale: #BCBCBC. Windows color (decimal): -4471152 or 9488059. OLE color: 9488059.

HSL color Cylindrical-coordinate representation of color #BBC690: hue angle of 72.22º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBC690 is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 198 144 -
CMYK 0.06 0 0.27 0.22
HSL 72.22º 0.32% 0.67% -
HSV(B) 72.22º 0.27% 0.78% -
XYZ 45.72 52.97 34.2 -
YUV 188.56 102.86 126.89 -
System Red Green Blue C M Y K H S L
Decimal 187 198 144 0.06 0 0.27 0.22 72.22 0.32 0.67
Hex BB C6 90 6 0 1B 16 48 20 43
Octal 273 306 220 6 0 33 26 110 40 103
Binary 10111011 11000110 10010000 110 0 11011 10110 1001000 100000 1000011

Color Harmonies of #BBC690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC690

Black with #BBC690

Text Example


Text Example

White with #BBC690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC690; }

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

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

background-color css

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

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

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

border-color css

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

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

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