Html Css Color HEX #99B210 Citrus

📋 copy color: '#99B210'

red 153 ◦ green 178 ◦ blue 16

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

Shades of Citrus #99B210

Tints of Citrus #99B210

RGB

 RED value IS 153 (60.16% from 255) = 44.09%

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

 BLUE value IS 16 (6.64% from 255) = 4.61%

R = 44.09%
G = 51.3%
B = 4.61%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#99B210 (or 0x99B210) is known color: Citrus. HEX triplet: 99, B2 and 10. RGB value is (153,178,16). Sum of RGB (Red+Green+Blue) = 153+178+16=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 178 (69.92% from 255 or 51.30% from 347); Blue value is 16 (6.64% from 255 or 4.61% from 347); Max value from RGB is 178 - color contains mainly: green. Hex color #99B210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99B210 is #664DEF. Grayscale: #989898. Windows color (decimal): -6704624 or 1094297. OLE color: 1094297.

HSL color Cylindrical-coordinate representation of color #99B210: hue angle of 69.26º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #99B210 is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 153 178 16 -
CMYK 0.14 0 0.91 0.30
HSL 69.26º 0.84% 0.38% -
HSV(B) 69.26º 0.91% 0.7% -
XYZ 29.15 38.65 6.41 -
YUV 152.06 51.22 128.67 -
System Red Green Blue C M Y K H S L
Decimal 153 178 16 0.14 0 0.91 0.30 69.26 0.84 0.38
Hex 99 B2 10 E 0 5B 1E 45 54 26
Octal 231 262 20 16 0 133 36 105 124 46
Binary 10011001 10110010 10000 1110 0 1011011 11110 1000101 1010100 100110

Color Harmonies of #99B210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B210

Black with #99B210

Text Example


Text Example

White with #99B210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99B210; }

 p { color: rgb(153,178,16); }

 H1.HeaderClassName
 {
   color: #99B210;
 }
 .AnyTagClassName
 {
   color: #99B210;
 }
</style>

background-color css

<style>
 a { background-color: #99B210; }

 a { background-color: rgb(153,178,16); }

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

border-color css

<style>
 span { border-color: #99B210; }

 span { border-color: rgb(153,178,16); }

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