Html Css Color HEX #969526 Citron

📋 copy color: '#969526'

red 150 ◦ green 149 ◦ blue 38

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

Shades of Citron #969526

Tints of Citron #969526

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.21%

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

R = 44.51%
G = 44.21%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#969526 (or 0x969526) is known color: Citron. HEX triplet: 96, 95 and 26. RGB value is (150,149,38). Sum of RGB (Red+Green+Blue) = 150+149+38=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 149 (58.59% from 255 or 44.21% from 337); Blue value is 38 (15.23% from 255 or 11.28% from 337); Max value from RGB is 150 - color contains mainly: red. Hex color #969526 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969526 is #696AD9. Grayscale: #898989. Windows color (decimal): -6908634 or 2528662. OLE color: 2528662.

HSL color Cylindrical-coordinate representation of color #969526: hue angle of 59.46º 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 #969526 is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 149 38 -
CMYK 0 0.01 0.75 0.41
HSL 59.46º 0.6% 0.37% -
HSV(B) 59.46º 0.75% 0.59% -
XYZ 23.67 28.12 6.01 -
YUV 136.65 72.33 137.53 -
System Red Green Blue C M Y K H S L
Decimal 150 149 38 0 0.01 0.75 0.41 59.46 0.6 0.37
Hex 96 95 26 0 1 4B 29 3B 3C 25
Octal 226 225 46 0 1 113 51 73 74 45
Binary 10010110 10010101 100110 0 1 1001011 101001 111011 111100 100101

Color Harmonies of #969526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969526

Black with #969526

Text Example


Text Example

White with #969526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969526; }

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

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

background-color css

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

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

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

border-color css

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

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

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