Html Css Color HEX #999D2F Citron

📋 copy color: '#999D2F'

red 153 ◦ green 157 ◦ blue 47

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

Shades of Citron #999D2F

Tints of Citron #999D2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.17%

R = 42.86%
G = 43.98%
B = 13.17%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.70

 K value IS 0.38

RGB Variations

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

Color information

#999D2F (or 0x999D2F) is known color: Citron. HEX triplet: 99, 9D and 2F. RGB value is (153,157,47). Sum of RGB (Red+Green+Blue) = 153+157+47=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 157 (61.72% from 255 or 43.98% from 357); Blue value is 47 (18.75% from 255 or 13.17% from 357); Max value from RGB is 157 - color contains mainly: green. Hex color #999D2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999D2F is #6662D0. Grayscale: #8F8F8F. Windows color (decimal): -6709969 or 3120537. OLE color: 3120537.

HSL color Cylindrical-coordinate representation of color #999D2F: hue angle of 62.18º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #999D2F is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB 153 157 47 -
CMYK 0.03 0 0.70 0.38
HSL 62.18º 0.54% 0.4% -
HSV(B) 62.18º 0.7% 0.62% -
XYZ 25.71 31.09 7.34 -
YUV 143.26 73.67 134.94 -
System Red Green Blue C M Y K H S L
Decimal 153 157 47 0.03 0 0.70 0.38 62.18 0.54 0.4
Hex 99 9D 2F 3 0 46 26 3E 36 28
Octal 231 235 57 3 0 106 46 76 66 50
Binary 10011001 10011101 101111 11 0 1000110 100110 111110 110110 101000

Color Harmonies of #999D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999D2F

Black with #999D2F

Text Example


Text Example

White with #999D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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