#0BBD83

Color #0BBD83 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #0BBD83

Tints of Mountain Meadow #0BBD83

Color information

#0BBD83 (or 0x0BBD83) is unknown color: approx Mountain Meadow. HEX triplet: 0B, BD and 83. RGB value is (11,189,131). Sum of RGB (Red+Green+Blue) = 11+189+131=331 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.32% from 331); Green value is 189 (74.22% from 255 or 57.10% from 331); Blue value is 131 (51.56% from 255 or 39.58% from 331); Max value from RGB is 189 - color contains mainly: green. Hex color #0BBD83 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBD83 is #F4427C. Grayscale: #818181. Windows color (decimal): -16007805 or 8633611. OLE color: 8633611.

HSL color Cylindrical-coordinate representation of color #0BBD83: hue angle of 160.45º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBD83 is Cyan = 0.94, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB11189131-
CMYK0.9400.310.26
HSL160.45º89%39.22%-
HSV(B)160.45º94.18%74.12%-
XYZ22.4338.1127.65-
YUV129.17129.0343.72-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.32%
GREEN value IS 189 (74.22% from 255) = 57.10%
BLUE value IS 131 (51.56% from 255) = 39.58%
R=3.32%
G=57.10%
B=39.58%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal111891310.9400.310.26160.458939.22
HexBBD835E01F1Aa05927
Octal132752031360373224013147
Binary10111011110110000011101111001111111010101000001011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BBD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0BBD83; }

 p { color: rgb(11,189,131); }

 H1.HeaderClassName
 {
   color: #0BBD83;
 }
 .AnyTagClassName
 {
   color: #0BBD83;
 }
</style>
background-color css

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

 a { background-color: rgb(11,189,131); }

 div.DivClassName
 {
   background-color: #0BBD83;
 }
 .BgClassName
 {
   background-color: #0BBD83;
 }
</style>
border-color css

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

 span { border-color: rgb(11,189,131); }

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