Html Css Color HEX #999D2C Citron

📋 copy color: '#999D2C'

red 153 ◦ green 157 ◦ blue 44

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

Shades of Citron #999D2C

Tints of Citron #999D2C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 44.35%

 BLUE value IS 44 (17.58% from 255) = 12.43%

R = 43.22%
G = 44.35%
B = 12.43%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.72

 K value IS 0.38

RGB Variations

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

Color information

#999D2C (or 0x999D2C) is known color: Citron. HEX triplet: 99, 9D and 2C. RGB value is (153,157,44). Sum of RGB (Red+Green+Blue) = 153+157+44=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 157 (61.72% from 255 or 44.35% from 354); Blue value is 44 (17.58% from 255 or 12.43% from 354); Max value from RGB is 157 - color contains mainly: green. Hex color #999D2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999D2C is #6662D3. Grayscale: #8F8F8F. Windows color (decimal): -6709972 or 2923929. OLE color: 2923929.

HSL color Cylindrical-coordinate representation of color #999D2C: hue angle of 62.12º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #999D2C is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.

Color convert

RGB 153 157 44 -
CMYK 0.03 0 0.72 0.38
HSL 62.12º 0.56% 0.39% -
HSV(B) 62.12º 0.72% 0.62% -
XYZ 25.65 31.07 7.03 -
YUV 142.92 72.17 135.19 -
System Red Green Blue C M Y K H S L
Decimal 153 157 44 0.03 0 0.72 0.38 62.12 0.56 0.39
Hex 99 9D 2C 3 0 48 26 3E 38 27
Octal 231 235 54 3 0 110 46 76 70 47
Binary 10011001 10011101 101100 11 0 1001000 100110 111110 111000 100111

Color Harmonies of #999D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999D2C

Black with #999D2C

Text Example


Text Example

White with #999D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999D2C; }

 p { color: rgb(153,157,44); }

 H1.HeaderClassName
 {
   color: #999D2C;
 }
 .AnyTagClassName
 {
   color: #999D2C;
 }
</style>

background-color css

<style>
 a { background-color: #999D2C; }

 a { background-color: rgb(153,157,44); }

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

border-color css

<style>
 span { border-color: #999D2C; }

 span { border-color: rgb(153,157,44); }

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