Html Css Color HEX #99B013 Citrus

📋 copy color: '#99B013'

red 153 ◦ green 176 ◦ blue 19

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

Shades of Citrus #99B013

Tints of Citrus #99B013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.46%

R = 43.97%
G = 50.57%
B = 5.46%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#99B013 (or 0x99B013) is known color: Citrus. HEX triplet: 99, B0 and 13. RGB value is (153,176,19). Sum of RGB (Red+Green+Blue) = 153+176+19=348 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.97% from 348); Green value is 176 (69.14% from 255 or 50.57% from 348); Blue value is 19 (7.81% from 255 or 5.46% from 348); Max value from RGB is 176 - color contains mainly: green. Hex color #99B013 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99B013 is #664FEC. Grayscale: #979797. Windows color (decimal): -6705133 or 1290393. OLE color: 1290393.

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

Color convert

RGB 153 176 19 -
CMYK 0.13 0 0.89 0.31
HSL 68.79º 0.81% 0.38% -
HSV(B) 68.79º 0.89% 0.69% -
XYZ 28.78 37.87 6.41 -
YUV 151.23 53.38 129.27 -
System Red Green Blue C M Y K H S L
Decimal 153 176 19 0.13 0 0.89 0.31 68.79 0.81 0.38
Hex 99 B0 13 D 0 59 1F 45 51 26
Octal 231 260 23 15 0 131 37 105 121 46
Binary 10011001 10110000 10011 1101 0 1011001 11111 1000101 1010001 100110

Color Harmonies of #99B013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B013

Black with #99B013

Text Example


Text Example

White with #99B013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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