Html Css Color HEX #BCC098 Green Mist

📋 copy color: '#BCC098'

red 188 ◦ green 192 ◦ blue 152

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

Shades of Green Mist #BCC098

Tints of Green Mist #BCC098

RGB

 RED value IS 188 (73.83% from 255) = 35.34%

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

 BLUE value IS 152 (59.77% from 255) = 28.57%

R = 35.34%
G = 36.09%
B = 28.57%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#BCC098 (or 0xBCC098) is known color: Green Mist. HEX triplet: BC, C0 and 98. RGB value is (188,192,152). Sum of RGB (Red+Green+Blue) = 188+192+152=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 152 (59.77% from 255 or 28.57% from 532); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC098 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC098 is #433F67. Grayscale: #BABABA. Windows color (decimal): -4407144 or 10010812. OLE color: 10010812.

HSL color Cylindrical-coordinate representation of color #BCC098: hue angle of 66º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCC098 is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 192 152 -
CMYK 0.02 0 0.21 0.25
HSL 66º 0.24% 0.67% -
HSV(B) 66º 0.21% 0.75% -
XYZ 45.26 50.66 37.1 -
YUV 186.24 108.67 129.25 -
System Red Green Blue C M Y K H S L
Decimal 188 192 152 0.02 0 0.21 0.25 66 0.24 0.67
Hex BC C0 98 2 0 15 19 42 18 43
Octal 274 300 230 2 0 25 31 102 30 103
Binary 10111100 11000000 10011000 10 0 10101 11001 1000010 11000 1000011

Color Harmonies of #BCC098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC098

Black with #BCC098

Text Example


Text Example

White with #BCC098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC098; }

 p { color: rgb(188,192,152); }

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

background-color css

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

 a { background-color: rgb(188,192,152); }

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

border-color css

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

 span { border-color: rgb(188,192,152); }

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