Html Css Color HEX #98BF5C Olivine

📋 copy color: '#98BF5C'

red 152 ◦ green 191 ◦ blue 92

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

Shades of Olivine #98BF5C

Tints of Olivine #98BF5C

RGB

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

 GREEN value IS 191 (75% from 255) = 43.91%

 BLUE value IS 92 (36.33% from 255) = 21.15%

R = 34.94%
G = 43.91%
B = 21.15%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#98BF5C (or 0x98BF5C) is known color: Olivine. HEX triplet: 98, BF and 5C. RGB value is (152,191,92). Sum of RGB (Red+Green+Blue) = 152+191+92=435 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.94% from 435); Green value is 191 (75% from 255 or 43.91% from 435); Blue value is 92 (36.33% from 255 or 21.15% from 435); Max value from RGB is 191 - color contains mainly: green. Hex color #98BF5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98BF5C is #6740A3. Grayscale: #A8A8A8. Windows color (decimal): -6766756 or 6078360. OLE color: 6078360.

HSL color Cylindrical-coordinate representation of color #98BF5C: hue angle of 83.64º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #98BF5C is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 191 92 -
CMYK 0.20 0 0.52 0.25
HSL 83.64º 0.44% 0.55% -
HSV(B) 83.64º 0.52% 0.75% -
XYZ 33.51 44.71 16.99 -
YUV 168.05 85.08 116.55 -
System Red Green Blue C M Y K H S L
Decimal 152 191 92 0.20 0 0.52 0.25 83.64 0.44 0.55
Hex 98 BF 5C 14 0 34 19 54 2C 37
Octal 230 277 134 24 0 64 31 124 54 67
Binary 10011000 10111111 1011100 10100 0 110100 11001 1010100 101100 110111

Color Harmonies of #98BF5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BF5C

Black with #98BF5C

Text Example


Text Example

White with #98BF5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,191,92); }

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

background-color css

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

 a { background-color: rgb(152,191,92); }

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

border-color css

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

 span { border-color: rgb(152,191,92); }

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