Html Css Color HEX #969408 Citron

📋 copy color: '#969408'

red 150 ◦ green 148 ◦ blue 8

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

Shades of Citron #969408

Tints of Citron #969408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.61%

R = 49.02%
G = 48.37%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.95

 K value IS 0.41

RGB Variations

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

Color information

#969408 (or 0x969408) is known color: Citron. HEX triplet: 96, 94 and 08. RGB value is (150,148,8). Sum of RGB (Red+Green+Blue) = 150+148+8=306 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.02% from 306); Green value is 148 (58.20% from 255 or 48.37% from 306); Blue value is 8 (3.52% from 255 or 2.61% from 306); Max value from RGB is 150 - color contains mainly: red. Hex color #969408 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969408 is #696BF7. Grayscale: #858585. Windows color (decimal): -6908920 or 562326. OLE color: 562326.

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

Color convert

RGB 150 148 8 -
CMYK 0 0.01 0.95 0.41
HSL 59.15º 0.9% 0.31% -
HSV(B) 59.15º 0.95% 0.59% -
XYZ 23.21 27.68 4.35 -
YUV 132.64 57.66 140.38 -
System Red Green Blue C M Y K H S L
Decimal 150 148 8 0 0.01 0.95 0.41 59.15 0.9 0.31
Hex 96 94 8 0 1 5F 29 3B 5A 1F
Octal 226 224 10 0 1 137 51 73 132 37
Binary 10010110 10010100 1000 0 1 1011111 101001 111011 1011010 11111

Color Harmonies of #969408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969408

Black with #969408

Text Example


Text Example

White with #969408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969408; }

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

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

background-color css

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

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

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

border-color css

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

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

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