Html Css Color HEX #99B014 Citrus

📋 copy color: '#99B014'

red 153 ◦ green 176 ◦ blue 20

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

Shades of Citrus #99B014

Tints of Citrus #99B014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.73%

R = 43.84%
G = 50.43%
B = 5.73%

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

#99B014 (or 0x99B014) is known color: Citrus. HEX triplet: 99, B0 and 14. RGB value is (153,176,20). Sum of RGB (Red+Green+Blue) = 153+176+20=349 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.84% from 349); Green value is 176 (69.14% from 255 or 50.43% from 349); Blue value is 20 (8.20% from 255 or 5.73% from 349); Max value from RGB is 176 - color contains mainly: green. Hex color #99B014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99B014 is #664FEB. Grayscale: #979797. Windows color (decimal): -6705132 or 1355929. OLE color: 1355929.

HSL color Cylindrical-coordinate representation of color #99B014: hue angle of 68.85º degrees, saturation: 0.8, 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 #99B014 is Cyan = 0.13, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 153 176 20 -
CMYK 0.13 0 0.89 0.31
HSL 68.85º 0.8% 0.38% -
HSV(B) 68.85º 0.89% 0.69% -
XYZ 28.79 37.87 6.45 -
YUV 151.34 53.88 129.18 -
System Red Green Blue C M Y K H S L
Decimal 153 176 20 0.13 0 0.89 0.31 68.85 0.8 0.38
Hex 99 B0 14 D 0 59 1F 45 50 26
Octal 231 260 24 15 0 131 37 105 120 46
Binary 10011001 10110000 10100 1101 0 1011001 11111 1000101 1010000 100110

Color Harmonies of #99B014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B014

Black with #99B014

Text Example


Text Example

White with #99B014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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