Html Css Color HEX #99B21D Citrus

📋 copy color: '#99B21D'

red 153 ◦ green 178 ◦ blue 29

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

Shades of Citrus #99B21D

Tints of Citrus #99B21D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.06%

R = 42.5%
G = 49.44%
B = 8.06%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#99B21D (or 0x99B21D) is known color: Citrus. HEX triplet: 99, B2 and 1D. RGB value is (153,178,29). Sum of RGB (Red+Green+Blue) = 153+178+29=360 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.5% from 360); Green value is 178 (69.92% from 255 or 49.44% from 360); Blue value is 29 (11.72% from 255 or 8.06% from 360); Max value from RGB is 178 - color contains mainly: green. Hex color #99B21D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99B21D is #664DE2. Grayscale: #9A9A9A. Windows color (decimal): -6704611 or 1946265. OLE color: 1946265.

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

Color convert

RGB 153 178 29 -
CMYK 0.14 0 0.84 0.30
HSL 70.07º 0.72% 0.41% -
HSV(B) 70.07º 0.84% 0.7% -
XYZ 29.28 38.7 7.09 -
YUV 153.54 57.72 127.62 -
System Red Green Blue C M Y K H S L
Decimal 153 178 29 0.14 0 0.84 0.30 70.07 0.72 0.41
Hex 99 B2 1D E 0 54 1E 46 48 29
Octal 231 262 35 16 0 124 36 106 110 51
Binary 10011001 10110010 11101 1110 0 1010100 11110 1000110 1001000 101001

Color Harmonies of #99B21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B21D

Black with #99B21D

Text Example


Text Example

White with #99B21D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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