Html Css Color HEX #969226 Citron

📋 copy color: '#969226'

red 150 ◦ green 146 ◦ blue 38

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

Shades of Citron #969226

Tints of Citron #969226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.38%

R = 44.91%
G = 43.71%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#969226 (or 0x969226) is known color: Citron. HEX triplet: 96, 92 and 26. RGB value is (150,146,38). Sum of RGB (Red+Green+Blue) = 150+146+38=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 146 (57.42% from 255 or 43.71% from 334); Blue value is 38 (15.23% from 255 or 11.38% from 334); Max value from RGB is 150 - color contains mainly: red. Hex color #969226 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969226 is #696DD9. Grayscale: #878787. Windows color (decimal): -6909402 or 2527894. OLE color: 2527894.

HSL color Cylindrical-coordinate representation of color #969226: hue angle of 57.86º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #969226 is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 146 38 -
CMYK 0 0.03 0.75 0.41
HSL 57.86º 0.6% 0.37% -
HSV(B) 57.86º 0.75% 0.59% -
XYZ 23.21 27.18 5.86 -
YUV 134.88 73.33 138.78 -
System Red Green Blue C M Y K H S L
Decimal 150 146 38 0 0.03 0.75 0.41 57.86 0.6 0.37
Hex 96 92 26 0 3 4B 29 3A 3C 25
Octal 226 222 46 0 3 113 51 72 74 45
Binary 10010110 10010010 100110 0 11 1001011 101001 111010 111100 100101

Color Harmonies of #969226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969226

Black with #969226

Text Example


Text Example

White with #969226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969226; }

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

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

background-color css

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

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

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

border-color css

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

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

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