Html Css Color HEX #08BB83 Mountain Meadow

📋 copy color: '#08BB83'

red 8 ◦ green 187 ◦ blue 131

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

Shades of Mountain Meadow #08BB83

Tints of Mountain Meadow #08BB83

RGB

 RED value IS 8 (3.52% from 255) = 2.45%

 GREEN value IS 187 (73.44% from 255) = 57.36%

 BLUE value IS 131 (51.56% from 255) = 40.18%

R = 2.45%
G = 57.36%
B = 40.18%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#08BB83 (or 0x08BB83) is known color: Mountain Meadow. HEX triplet: 08, BB and 83. RGB value is (8,187,131). Sum of RGB (Red+Green+Blue) = 8+187+131=326 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.45% from 326); Green value is 187 (73.44% from 255 or 57.36% from 326); Blue value is 131 (51.56% from 255 or 40.18% from 326); Max value from RGB is 187 - color contains mainly: green. Hex color #08BB83 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08BB83 is #F7447C. Grayscale: #7F7F7F. Windows color (decimal): -16204925 or 8633096. OLE color: 8633096.

HSL color Cylindrical-coordinate representation of color #08BB83: hue angle of 161.23º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BB83 is Cyan = 0.96, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 8 187 131 -
CMYK 0.96 0 0.30 0.27
HSL 161.23º 0.92% 0.38% -
HSV(B) 161.23º 0.96% 0.73% -
XYZ 21.97 37.23 27.5 -
YUV 127.1 130.2 43.05 -
System Red Green Blue C M Y K H S L
Decimal 8 187 131 0.96 0 0.30 0.27 161.23 0.92 0.38
Hex 8 BB 83 60 0 1E 1B A1 5C 26
Octal 10 273 203 140 0 36 33 241 134 46
Binary 1000 10111011 10000011 1100000 0 11110 11011 10100001 1011100 100110

Color Harmonies of #08BB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BB83

Black with #08BB83

Text Example


Text Example

White with #08BB83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08BB83; }

 p { color: rgb(8,187,131); }

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

background-color css

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

 a { background-color: rgb(8,187,131); }

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

border-color css

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

 span { border-color: rgb(8,187,131); }

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