Html Css Color HEX #969822 Citron

📋 copy color: '#969822'

red 150 ◦ green 152 ◦ blue 34

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

Shades of Citron #969822

Tints of Citron #969822

RGB

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

 GREEN value IS 152 (59.77% from 255) = 45.24%

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

R = 44.64%
G = 45.24%
B = 10.12%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.78

 K value IS 0.40

RGB Variations

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

Color information

#969822 (or 0x969822) is known color: Citron. HEX triplet: 96, 98 and 22. RGB value is (150,152,34). Sum of RGB (Red+Green+Blue) = 150+152+34=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 152 (59.77% from 255 or 45.24% from 336); Blue value is 34 (13.67% from 255 or 10.12% from 336); Max value from RGB is 152 - color contains mainly: green. Hex color #969822 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969822 is #6967DD. Grayscale: #8A8A8A. Windows color (decimal): -6907870 or 2267286. OLE color: 2267286.

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

Color convert

RGB 150 152 34 -
CMYK 0.01 0 0.78 0.40
HSL 61.02º 0.63% 0.36% -
HSV(B) 61.02º 0.78% 0.6% -
XYZ 24.09 29.06 5.85 -
YUV 137.95 69.34 136.59 -
System Red Green Blue C M Y K H S L
Decimal 150 152 34 0.01 0 0.78 0.40 61.02 0.63 0.36
Hex 96 98 22 1 0 4E 28 3D 3F 24
Octal 226 230 42 1 0 116 50 75 77 44
Binary 10010110 10011000 100010 1 0 1001110 101000 111101 111111 100100

Color Harmonies of #969822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969822

Black with #969822

Text Example


Text Example

White with #969822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969822; }

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

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

background-color css

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

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

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

border-color css

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

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

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