Html Css Color HEX #98B212 Citrus

📋 copy color: '#98B212'

red 152 ◦ green 178 ◦ blue 18

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

Shades of Citrus #98B212

Tints of Citrus #98B212

RGB

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

 GREEN value IS 178 (69.92% from 255) = 51.15%

 BLUE value IS 18 (7.42% from 255) = 5.17%

R = 43.68%
G = 51.15%
B = 5.17%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#98B212 (or 0x98B212) is known color: Citrus. HEX triplet: 98, B2 and 12. RGB value is (152,178,18). Sum of RGB (Red+Green+Blue) = 152+178+18=348 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.68% from 348); Green value is 178 (69.92% from 255 or 51.15% from 348); Blue value is 18 (7.42% from 255 or 5.17% from 348); Max value from RGB is 178 - color contains mainly: green. Hex color #98B212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98B212 is #674DED. Grayscale: #989898. Windows color (decimal): -6770158 or 1225368. OLE color: 1225368.

HSL color Cylindrical-coordinate representation of color #98B212: hue angle of 69.75º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #98B212 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 152 178 18 -
CMYK 0.15 0 0.90 0.30
HSL 69.75º 0.82% 0.38% -
HSV(B) 69.75º 0.9% 0.7% -
XYZ 28.98 38.56 6.49 -
YUV 151.99 52.39 128.01 -
System Red Green Blue C M Y K H S L
Decimal 152 178 18 0.15 0 0.90 0.30 69.75 0.82 0.38
Hex 98 B2 12 F 0 5A 1E 46 52 26
Octal 230 262 22 17 0 132 36 106 122 46
Binary 10011000 10110010 10010 1111 0 1011010 11110 1000110 1010010 100110

Color Harmonies of #98B212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B212

Black with #98B212

Text Example


Text Example

White with #98B212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,178,18); }

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

background-color css

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

 a { background-color: rgb(152,178,18); }

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

border-color css

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

 span { border-color: rgb(152,178,18); }

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