Html Css Color HEX #969422 Citron

📋 copy color: '#969422'

red 150 ◦ green 148 ◦ blue 34

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

Shades of Citron #969422

Tints of Citron #969422

RGB

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

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

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

R = 45.18%
G = 44.58%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.77

 K value IS 0.41

RGB Variations

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

Color information

#969422 (or 0x969422) is known color: Citron. HEX triplet: 96, 94 and 22. RGB value is (150,148,34). Sum of RGB (Red+Green+Blue) = 150+148+34=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 148 (58.20% from 255 or 44.58% from 332); Blue value is 34 (13.67% from 255 or 10.24% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #969422 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969422 is #696BDD. Grayscale: #888888. Windows color (decimal): -6908894 or 2266262. OLE color: 2266262.

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

Color convert

RGB 150 148 34 -
CMYK 0 0.01 0.77 0.41
HSL 58.97º 0.63% 0.36% -
HSV(B) 58.97º 0.77% 0.59% -
XYZ 23.46 27.78 5.64 -
YUV 135.6 70.66 138.27 -
System Red Green Blue C M Y K H S L
Decimal 150 148 34 0 0.01 0.77 0.41 58.97 0.63 0.36
Hex 96 94 22 0 1 4D 29 3B 3F 24
Octal 226 224 42 0 1 115 51 73 77 44
Binary 10010110 10010100 100010 0 1 1001101 101001 111011 111111 100100

Color Harmonies of #969422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969422

Black with #969422

Text Example


Text Example

White with #969422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969422; }

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

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

background-color css

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

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

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

border-color css

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

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

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