Html Css Color HEX #98CB5E Olivine

📋 copy color: '#98CB5E'

red 152 ◦ green 203 ◦ blue 94

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

Shades of Olivine #98CB5E

Tints of Olivine #98CB5E

RGB

 RED value IS 152 (59.77% from 255) = 33.85%

 GREEN value IS 203 (79.69% from 255) = 45.21%

 BLUE value IS 94 (37.11% from 255) = 20.94%

R = 33.85%
G = 45.21%
B = 20.94%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#98CB5E (or 0x98CB5E) is known color: Olivine. HEX triplet: 98, CB and 5E. RGB value is (152,203,94). Sum of RGB (Red+Green+Blue) = 152+203+94=449 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.85% from 449); Green value is 203 (79.69% from 255 or 45.21% from 449); Blue value is 94 (37.11% from 255 or 20.94% from 449); Max value from RGB is 203 - color contains mainly: green. Hex color #98CB5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98CB5E is #6734A1. Grayscale: #AFAFAF. Windows color (decimal): -6763682 or 6212504. OLE color: 6212504.

HSL color Cylindrical-coordinate representation of color #98CB5E: hue angle of 88.07º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #98CB5E is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB 152 203 94 -
CMYK 0.25 0 0.54 0.20
HSL 88.07º 0.51% 0.58% -
HSV(B) 88.07º 0.54% 0.8% -
XYZ 36.33 50.2 18.36 -
YUV 175.33 82.1 111.36 -
System Red Green Blue C M Y K H S L
Decimal 152 203 94 0.25 0 0.54 0.20 88.07 0.51 0.58
Hex 98 CB 5E 19 0 36 14 58 33 3A
Octal 230 313 136 31 0 66 24 130 63 72
Binary 10011000 11001011 1011110 11001 0 110110 10100 1011000 110011 111010

Color Harmonies of #98CB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CB5E

Black with #98CB5E

Text Example


Text Example

White with #98CB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98CB5E; }

 p { color: rgb(152,203,94); }

 H1.HeaderClassName
 {
   color: #98CB5E;
 }
 .AnyTagClassName
 {
   color: #98CB5E;
 }
</style>

background-color css

<style>
 a { background-color: #98CB5E; }

 a { background-color: rgb(152,203,94); }

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

border-color css

<style>
 span { border-color: #98CB5E; }

 span { border-color: rgb(152,203,94); }

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