Html Css Color HEX #0BB592 Persian Green

📋 copy color: '#0BB592'

red 11 ◦ green 181 ◦ blue 146

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

Shades of Persian Green #0BB592

Tints of Persian Green #0BB592

RGB

 RED value IS 11 (4.69% from 255) = 3.25%

 GREEN value IS 181 (71.09% from 255) = 53.55%

 BLUE value IS 146 (57.42% from 255) = 43.2%

R = 3.25%
G = 53.55%
B = 43.2%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#0BB592 (or 0x0BB592) is known color: Persian Green. HEX triplet: 0B, B5 and 92. RGB value is (11,181,146). Sum of RGB (Red+Green+Blue) = 11+181+146=338 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.25% from 338); Green value is 181 (71.09% from 255 or 53.55% from 338); Blue value is 146 (57.42% from 255 or 43.20% from 338); Max value from RGB is 181 - color contains mainly: green. Hex color #0BB592 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BB592 is #F44A6D. Grayscale: #7E7E7E. Windows color (decimal): -16009838 or 9614603. OLE color: 9614603.

HSL color Cylindrical-coordinate representation of color #0BB592: hue angle of 167.65º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB592 is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 11 181 146 -
CMYK 0.94 0 0.19 0.29
HSL 167.65º 0.89% 0.38% -
HSV(B) 167.65º 0.94% 0.71% -
XYZ 21.85 35.19 32.84 -
YUV 126.18 139.18 45.85 -
System Red Green Blue C M Y K H S L
Decimal 11 181 146 0.94 0 0.19 0.29 167.65 0.89 0.38
Hex B B5 92 5E 0 13 1D A8 59 26
Octal 13 265 222 136 0 23 35 250 131 46
Binary 1011 10110101 10010010 1011110 0 10011 11101 10101000 1011001 100110

Color Harmonies of #0BB592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB592

Black with #0BB592

Text Example


Text Example

White with #0BB592

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,181,146); }

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

background-color css

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

 a { background-color: rgb(11,181,146); }

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

border-color css

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

 span { border-color: rgb(11,181,146); }

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