Html Css Color HEX #8BD099 Chinook

📋 copy color: '#8BD099'

red 139 ◦ green 208 ◦ blue 153

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

Shades of Chinook #8BD099

Tints of Chinook #8BD099

RGB

 RED value IS 139 (54.69% from 255) = 27.8%

 GREEN value IS 208 (81.64% from 255) = 41.6%

 BLUE value IS 153 (60.16% from 255) = 30.6%

R = 27.8%
G = 41.6%
B = 30.6%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#8BD099 (or 0x8BD099) is known color: Chinook. HEX triplet: 8B, D0 and 99. RGB value is (139,208,153). Sum of RGB (Red+Green+Blue) = 139+208+153=500 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.8% from 500); Green value is 208 (81.64% from 255 or 41.6% from 500); Blue value is 153 (60.16% from 255 or 30.6% from 500); Max value from RGB is 208 - color contains mainly: green. Hex color #8BD099 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD099 is #742F66. Grayscale: #B5B5B5. Windows color (decimal): -7614311 or 10080395. OLE color: 10080395.

HSL color Cylindrical-coordinate representation of color #8BD099: hue angle of 132.17º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BD099 is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB 139 208 153 -
CMYK 0.33 0 0.26 0.18
HSL 132.17º 0.42% 0.68% -
HSV(B) 132.17º 0.33% 0.82% -
XYZ 38.95 52.9 38.29 -
YUV 181.1 112.14 97.97 -
System Red Green Blue C M Y K H S L
Decimal 139 208 153 0.33 0 0.26 0.18 132.17 0.42 0.68
Hex 8B D0 99 21 0 1A 12 84 2A 44
Octal 213 320 231 41 0 32 22 204 52 104
Binary 10001011 11010000 10011001 100001 0 11010 10010 10000100 101010 1000100

Color Harmonies of #8BD099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD099

Black with #8BD099

Text Example


Text Example

White with #8BD099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8BD099; }

 p { color: rgb(139,208,153); }

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

background-color css

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

 a { background-color: rgb(139,208,153); }

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

border-color css

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

 span { border-color: rgb(139,208,153); }

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