Html Css Color HEX #969925 Citron

📋 copy color: '#969925'

red 150 ◦ green 153 ◦ blue 37

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

Shades of Citron #969925

Tints of Citron #969925

RGB

 RED value IS 150 (58.98% from 255) = 44.12%

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

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

R = 44.12%
G = 45%
B = 10.88%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.76

 K value IS 0.4

RGB Variations

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

Color information

#969925 (or 0x969925) is known color: Citron. HEX triplet: 96, 99 and 25. RGB value is (150,153,37). Sum of RGB (Red+Green+Blue) = 150+153+37=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 153 (60.16% from 255 or 45% from 340); Blue value is 37 (14.84% from 255 or 10.88% from 340); Max value from RGB is 153 - color contains mainly: green. Hex color #969925 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969925 is #6966DA. Grayscale: #8B8B8B. Windows color (decimal): -6907611 or 2464150. OLE color: 2464150.

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

Color convert

RGB 150 153 37 -
CMYK 0.02 0 0.76 0.4
HSL 61.55º 0.61% 0.37% -
HSV(B) 61.55º 0.76% 0.6% -
XYZ 24.3 29.4 6.14 -
YUV 138.88 70.51 135.93 -
System Red Green Blue C M Y K H S L
Decimal 150 153 37 0.02 0 0.76 0.4 61.55 0.61 0.37
Hex 96 99 25 2 0 4C 28 3E 3D 25
Octal 226 231 45 2 0 114 50 76 75 45
Binary 10010110 10011001 100101 10 0 1001100 101000 111110 111101 100101

Color Harmonies of #969925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969925

Black with #969925

Text Example


Text Example

White with #969925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969925; }

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

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

background-color css

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

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

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

border-color css

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

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

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