Html Css Color HEX #969512 Citron

📋 copy color: '#969512'

red 150 ◦ green 149 ◦ blue 18

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

Shades of Citron #969512

Tints of Citron #969512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.68%

R = 47.32%
G = 47%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#969512 (or 0x969512) is known color: Citron. HEX triplet: 96, 95 and 12. RGB value is (150,149,18). Sum of RGB (Red+Green+Blue) = 150+149+18=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 149 (58.59% from 255 or 47.00% from 317); Blue value is 18 (7.42% from 255 or 5.68% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #969512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969512 is #696AED. Grayscale: #868686. Windows color (decimal): -6908654 or 1217942. OLE color: 1217942.

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

Color convert

RGB 150 149 18 -
CMYK 0 0.01 0.88 0.41
HSL 59.55º 0.79% 0.33% -
HSV(B) 59.55º 0.88% 0.59% -
XYZ 23.43 28.02 4.75 -
YUV 134.37 62.33 139.15 -
System Red Green Blue C M Y K H S L
Decimal 150 149 18 0 0.01 0.88 0.41 59.55 0.79 0.33
Hex 96 95 12 0 1 58 29 3C 4F 21
Octal 226 225 22 0 1 130 51 74 117 41
Binary 10010110 10010101 10010 0 1 1011000 101001 111100 1001111 100001

Color Harmonies of #969512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969512

Black with #969512

Text Example


Text Example

White with #969512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969512; }

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

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

background-color css

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

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

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

border-color css

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

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

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