Html Css Color HEX #999D25 Citron

📋 copy color: '#999D25'

red 153 ◦ green 157 ◦ blue 37

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

Shades of Citron #999D25

Tints of Citron #999D25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.66%

R = 44.09%
G = 45.24%
B = 10.66%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.76

 K value IS 0.38

RGB Variations

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

Color information

#999D25 (or 0x999D25) is known color: Citron. HEX triplet: 99, 9D and 25. RGB value is (153,157,37). Sum of RGB (Red+Green+Blue) = 153+157+37=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 157 (61.72% from 255 or 45.24% from 347); Blue value is 37 (14.84% from 255 or 10.66% from 347); Max value from RGB is 157 - color contains mainly: green. Hex color #999D25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999D25 is #6662DA. Grayscale: #8E8E8E. Windows color (decimal): -6709979 or 2465177. OLE color: 2465177.

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

Color convert

RGB 153 157 37 -
CMYK 0.03 0 0.76 0.38
HSL 62º 0.62% 0.38% -
HSV(B) 62º 0.76% 0.62% -
XYZ 25.53 31.02 6.39 -
YUV 142.12 68.67 135.76 -
System Red Green Blue C M Y K H S L
Decimal 153 157 37 0.03 0 0.76 0.38 62 0.62 0.38
Hex 99 9D 25 3 0 4C 26 3E 3E 26
Octal 231 235 45 3 0 114 46 76 76 46
Binary 10011001 10011101 100101 11 0 1001100 100110 111110 111110 100110

Color Harmonies of #999D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999D25

Black with #999D25

Text Example


Text Example

White with #999D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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