Html Css Color HEX #969A09 Citron

📋 copy color: '#969A09'

red 150 ◦ green 154 ◦ blue 9

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

Shades of Citron #969A09

Tints of Citron #969A09

RGB

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

 GREEN value IS 154 (60.55% from 255) = 49.2%

 BLUE value IS 9 (3.91% from 255) = 2.88%

R = 47.92%
G = 49.2%
B = 2.88%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.94

 K value IS 0.40

RGB Variations

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

Color information

#969A09 (or 0x969A09) is known color: Citron. HEX triplet: 96, 9A and 09. RGB value is (150,154,9). Sum of RGB (Red+Green+Blue) = 150+154+9=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 154 (60.55% from 255 or 49.20% from 313); Blue value is 9 (3.91% from 255 or 2.88% from 313); Max value from RGB is 154 - color contains mainly: green. Hex color #969A09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969A09 is #6965F6. Grayscale: #888888. Windows color (decimal): -6907383 or 629398. OLE color: 629398.

HSL color Cylindrical-coordinate representation of color #969A09: hue angle of 61.66º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #969A09 is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.40.

Color convert

RGB 150 154 9 -
CMYK 0.03 0 0.94 0.40
HSL 61.66º 0.89% 0.32% -
HSV(B) 61.66º 0.94% 0.6% -
XYZ 24.18 29.61 4.7 -
YUV 136.27 56.17 137.79 -
System Red Green Blue C M Y K H S L
Decimal 150 154 9 0.03 0 0.94 0.40 61.66 0.89 0.32
Hex 96 9A 9 3 0 5E 28 3E 59 20
Octal 226 232 11 3 0 136 50 76 131 40
Binary 10010110 10011010 1001 11 0 1011110 101000 111110 1011001 100000

Color Harmonies of #969A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969A09

Black with #969A09

Text Example


Text Example

White with #969A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969A09; }

 p { color: rgb(150,154,9); }

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

background-color css

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

 a { background-color: rgb(150,154,9); }

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

border-color css

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

 span { border-color: rgb(150,154,9); }

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