Html Css Color HEX #99B010 Citrus

📋 copy color: '#99B010'

red 153 ◦ green 176 ◦ blue 16

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

Shades of Citrus #99B010

Tints of Citrus #99B010

RGB

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

 GREEN value IS 176 (69.14% from 255) = 51.01%

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

R = 44.35%
G = 51.01%
B = 4.64%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#99B010 (or 0x99B010) is known color: Citrus. HEX triplet: 99, B0 and 10. RGB value is (153,176,16). Sum of RGB (Red+Green+Blue) = 153+176+16=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 176 (69.14% from 255 or 51.01% from 345); Blue value is 16 (6.64% from 255 or 4.64% from 345); Max value from RGB is 176 - color contains mainly: green. Hex color #99B010 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99B010 is #664FEF. Grayscale: #979797. Windows color (decimal): -6705136 or 1093785. OLE color: 1093785.

HSL color Cylindrical-coordinate representation of color #99B010: hue angle of 68.62º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #99B010 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 153 176 16 -
CMYK 0.13 0 0.91 0.31
HSL 68.63º 0.83% 0.38% -
HSV(B) 68.63º 0.91% 0.69% -
XYZ 28.76 37.86 6.28 -
YUV 150.88 51.88 129.51 -
System Red Green Blue C M Y K H S L
Decimal 153 176 16 0.13 0 0.91 0.31 68.63 0.83 0.38
Hex 99 B0 10 D 0 5B 1F 45 53 26
Octal 231 260 20 15 0 133 37 105 123 46
Binary 10011001 10110000 10000 1101 0 1011011 11111 1000101 1010011 100110

Color Harmonies of #99B010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B010

Black with #99B010

Text Example


Text Example

White with #99B010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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