Html Css Color HEX #969428 Citron

📋 copy color: '#969428'

red 150 ◦ green 148 ◦ blue 40

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

Shades of Citron #969428

Tints of Citron #969428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.83%

R = 44.38%
G = 43.79%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#969428 (or 0x969428) is known color: Citron. HEX triplet: 96, 94 and 28. RGB value is (150,148,40). Sum of RGB (Red+Green+Blue) = 150+148+40=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 148 (58.20% from 255 or 43.79% from 338); Blue value is 40 (16.02% from 255 or 11.83% from 338); Max value from RGB is 150 - color contains mainly: red. Hex color #969428 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969428 is #696BD7. Grayscale: #888888. Windows color (decimal): -6908888 or 2659478. OLE color: 2659478.

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

Color convert

RGB 150 148 40 -
CMYK 0 0.01 0.73 0.41
HSL 58.91º 0.58% 0.37% -
HSV(B) 58.91º 0.73% 0.59% -
XYZ 23.55 27.82 6.14 -
YUV 136.29 73.66 137.78 -
System Red Green Blue C M Y K H S L
Decimal 150 148 40 0 0.01 0.73 0.41 58.91 0.58 0.37
Hex 96 94 28 0 1 49 29 3B 3A 25
Octal 226 224 50 0 1 111 51 73 72 45
Binary 10010110 10010100 101000 0 1 1001001 101001 111011 111010 100101

Color Harmonies of #969428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969428

Black with #969428

Text Example


Text Example

White with #969428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969428; }

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

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

background-color css

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

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

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

border-color css

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

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

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