Html Css Color HEX #999D32 Citron

📋 copy color: '#999D32'

red 153 ◦ green 157 ◦ blue 50

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

Shades of Citron #999D32

Tints of Citron #999D32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.89%

R = 42.5%
G = 43.61%
B = 13.89%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.68

 K value IS 0.38

RGB Variations

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

Color information

#999D32 (or 0x999D32) is known color: Citron. HEX triplet: 99, 9D and 32. RGB value is (153,157,50). Sum of RGB (Red+Green+Blue) = 153+157+50=360 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.5% from 360); Green value is 157 (61.72% from 255 or 43.61% from 360); Blue value is 50 (19.92% from 255 or 13.89% from 360); Max value from RGB is 157 - color contains mainly: green. Hex color #999D32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999D32 is #6662CD. Grayscale: #909090. Windows color (decimal): -6709966 or 3317145. OLE color: 3317145.

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

Color convert

RGB 153 157 50 -
CMYK 0.03 0 0.68 0.38
HSL 62.24º 0.52% 0.41% -
HSV(B) 62.24º 0.68% 0.62% -
XYZ 25.77 31.12 7.67 -
YUV 143.61 75.17 134.7 -
System Red Green Blue C M Y K H S L
Decimal 153 157 50 0.03 0 0.68 0.38 62.24 0.52 0.41
Hex 99 9D 32 3 0 44 26 3E 34 29
Octal 231 235 62 3 0 104 46 76 64 51
Binary 10011001 10011101 110010 11 0 1000100 100110 111110 110100 101001

Color Harmonies of #999D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999D32

Black with #999D32

Text Example


Text Example

White with #999D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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