Html Css Color HEX #969223 Citron

📋 copy color: '#969223'

red 150 ◦ green 146 ◦ blue 35

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

Shades of Citron #969223

Tints of Citron #969223

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.11%

 BLUE value IS 35 (14.06% from 255) = 10.57%

R = 45.32%
G = 44.11%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.77

 K value IS 0.41

RGB Variations

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

Color information

#969223 (or 0x969223) is known color: Citron. HEX triplet: 96, 92 and 23. RGB value is (150,146,35). Sum of RGB (Red+Green+Blue) = 150+146+35=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 146 (57.42% from 255 or 44.11% from 331); Blue value is 35 (14.06% from 255 or 10.57% from 331); Max value from RGB is 150 - color contains mainly: red. Hex color #969223 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969223 is #696DDC. Grayscale: #868686. Windows color (decimal): -6909405 or 2331286. OLE color: 2331286.

HSL color Cylindrical-coordinate representation of color #969223: hue angle of 57.91º degrees, saturation: 0.62, 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 #969223 is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 146 35 -
CMYK 0 0.03 0.77 0.41
HSL 57.91º 0.62% 0.36% -
HSV(B) 57.91º 0.77% 0.59% -
XYZ 23.16 27.16 5.61 -
YUV 134.54 71.83 139.03 -
System Red Green Blue C M Y K H S L
Decimal 150 146 35 0 0.03 0.77 0.41 57.91 0.62 0.36
Hex 96 92 23 0 3 4D 29 3A 3E 24
Octal 226 222 43 0 3 115 51 72 76 44
Binary 10010110 10010010 100011 0 11 1001101 101001 111010 111110 100100

Color Harmonies of #969223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969223

Black with #969223

Text Example


Text Example

White with #969223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969223; }

 p { color: rgb(150,146,35); }

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

background-color css

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

 a { background-color: rgb(150,146,35); }

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

border-color css

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

 span { border-color: rgb(150,146,35); }

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