Html Css Color HEX #959925 Citron

📋 copy color: '#959925'

red 149 ◦ green 153 ◦ blue 37

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

Shades of Citron #959925

Tints of Citron #959925

RGB

 RED value IS 149 (58.59% from 255) = 43.95%

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

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

R = 43.95%
G = 45.13%
B = 10.91%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.76

 K value IS 0.4

RGB Variations

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

Color information

#959925 (or 0x959925) is known color: Citron. HEX triplet: 95, 99 and 25. RGB value is (149,153,37). Sum of RGB (Red+Green+Blue) = 149+153+37=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 153 (60.16% from 255 or 45.13% from 339); Blue value is 37 (14.84% from 255 or 10.91% from 339); Max value from RGB is 153 - color contains mainly: green. Hex color #959925 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959925 is #6A66DA. Grayscale: #8B8B8B. Windows color (decimal): -6973147 or 2464149. OLE color: 2464149.

HSL color Cylindrical-coordinate representation of color #959925: hue angle of 62.07º 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 #959925 is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.4.

Color convert

RGB 149 153 37 -
CMYK 0.03 0 0.76 0.4
HSL 62.07º 0.61% 0.37% -
HSV(B) 62.07º 0.76% 0.6% -
XYZ 24.12 29.31 6.14 -
YUV 138.58 70.67 135.43 -
System Red Green Blue C M Y K H S L
Decimal 149 153 37 0.03 0 0.76 0.4 62.07 0.61 0.37
Hex 95 99 25 3 0 4C 28 3E 3D 25
Octal 225 231 45 3 0 114 50 76 75 45
Binary 10010101 10011001 100101 11 0 1001100 101000 111110 111101 100101

Color Harmonies of #959925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959925

Black with #959925

Text Example


Text Example

White with #959925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959925; }

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

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

background-color css

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

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

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

border-color css

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

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

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