Html Css Color HEX #089C92 Persian Green

📋 copy color: '#089C92'

red 8 ◦ green 156 ◦ blue 146

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

Shades of Persian Green #089C92

Tints of Persian Green #089C92

RGB

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

 GREEN value IS 156 (61.33% from 255) = 50.32%

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

R = 2.58%
G = 50.32%
B = 47.1%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.06

 K value IS 0.39

RGB Variations

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

Color information

#089C92 (or 0x089C92) is known color: Persian Green. HEX triplet: 08, 9C and 92. RGB value is (8,156,146). Sum of RGB (Red+Green+Blue) = 8+156+146=310 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.58% from 310); Green value is 156 (61.33% from 255 or 50.32% from 310); Blue value is 146 (57.42% from 255 or 47.10% from 310); Max value from RGB is 156 - color contains mainly: green. Hex color #089C92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089C92 is #F7636D. Grayscale: #6E6E6E. Windows color (decimal): -16212846 or 9608200. OLE color: 9608200.

HSL color Cylindrical-coordinate representation of color #089C92: hue angle of 175.95º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089C92 is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB 8 156 146 -
CMYK 0.95 0 0.06 0.39
HSL 175.95º 0.9% 0.32% -
HSV(B) 175.95º 0.95% 0.61% -
XYZ 17.18 25.9 31.29 -
YUV 110.61 147.97 54.81 -
System Red Green Blue C M Y K H S L
Decimal 8 156 146 0.95 0 0.06 0.39 175.95 0.9 0.32
Hex 8 9C 92 5F 0 6 27 B0 5A 20
Octal 10 234 222 137 0 6 47 260 132 40
Binary 1000 10011100 10010010 1011111 0 110 100111 10110000 1011010 100000

Color Harmonies of #089C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089C92

Black with #089C92

Text Example


Text Example

White with #089C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089C92; }

 p { color: rgb(8,156,146); }

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

background-color css

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

 a { background-color: rgb(8,156,146); }

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

border-color css

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

 span { border-color: rgb(8,156,146); }

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