Html Css Color HEX #959422 Citron

📋 copy color: '#959422'

red 149 ◦ green 148 ◦ blue 34

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

Shades of Citron #959422

Tints of Citron #959422

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.71%

 BLUE value IS 34 (13.67% from 255) = 10.27%

R = 45.02%
G = 44.71%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#959422 (or 0x959422) is known color: Citron. HEX triplet: 95, 94 and 22. RGB value is (149,148,34). Sum of RGB (Red+Green+Blue) = 149+148+34=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 148 (58.20% from 255 or 44.71% from 331); Blue value is 34 (13.67% from 255 or 10.27% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #959422 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959422 is #6A6BDD. Grayscale: #878787. Windows color (decimal): -6974430 or 2266261. OLE color: 2266261.

HSL color Cylindrical-coordinate representation of color #959422: hue angle of 59.48º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #959422 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 148 34 -
CMYK 0 0.01 0.77 0.42
HSL 59.48º 0.63% 0.36% -
HSV(B) 59.48º 0.77% 0.58% -
XYZ 23.27 27.68 5.63 -
YUV 135.3 70.83 137.77 -
System Red Green Blue C M Y K H S L
Decimal 149 148 34 0 0.01 0.77 0.42 59.48 0.63 0.36
Hex 95 94 22 0 1 4D 2A 3B 3F 24
Octal 225 224 42 0 1 115 52 73 77 44
Binary 10010101 10010100 100010 0 1 1001101 101010 111011 111111 100100

Color Harmonies of #959422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959422

Black with #959422

Text Example


Text Example

White with #959422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959422; }

 p { color: rgb(149,148,34); }

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

background-color css

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

 a { background-color: rgb(149,148,34); }

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

border-color css

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

 span { border-color: rgb(149,148,34); }

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