Html Css Color HEX #999925 Citron

📋 copy color: '#999925'

red 153 ◦ green 153 ◦ blue 37

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

Shades of Citron #999925

Tints of Citron #999925

RGB

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

 GREEN value IS 153 (60.16% from 255) = 44.61%

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

R = 44.61%
G = 44.61%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.76

 K value IS 0.4

RGB Variations

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

Color information

#999925 (or 0x999925) is known color: Citron. HEX triplet: 99, 99 and 25. RGB value is (153,153,37). Sum of RGB (Red+Green+Blue) = 153+153+37=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 153 (60.16% from 255 or 44.61% from 343); Blue value is 37 (14.84% from 255 or 10.79% from 343); Max value from RGB is 153 - color contains mainly: red, green. Hex color #999925 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999925 is #6666DA. Grayscale: #8C8C8C. Windows color (decimal): -6711003 or 2464153. OLE color: 2464153.

HSL color Cylindrical-coordinate representation of color #999925: hue angle of 60º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #999925 is Cyan = 0, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 153 37 -
CMYK 0 0 0.76 0.4
HSL 60º 0.61% 0.37% -
HSV(B) 60º 0.76% 0.6% -
XYZ 24.86 29.69 6.17 -
YUV 139.78 70 137.43 -
System Red Green Blue C M Y K H S L
Decimal 153 153 37 0 0 0.76 0.4 60 0.61 0.37
Hex 99 99 25 0 0 4C 28 3C 3D 25
Octal 231 231 45 0 0 114 50 74 75 45
Binary 10011001 10011001 100101 0 0 1001100 101000 111100 111101 100101

Color Harmonies of #999925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999925

Black with #999925

Text Example


Text Example

White with #999925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999925; }

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

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

background-color css

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

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

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

border-color css

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

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

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