Html Css Color HEX #969A18 Citron

📋 copy color: '#969A18'

red 150 ◦ green 154 ◦ blue 24

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

Shades of Citron #969A18

Tints of Citron #969A18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.32%

R = 45.73%
G = 46.95%
B = 7.32%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#969A18 (or 0x969A18) is known color: Citron. HEX triplet: 96, 9A and 18. RGB value is (150,154,24). Sum of RGB (Red+Green+Blue) = 150+154+24=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 154 (60.55% from 255 or 46.95% from 328); Blue value is 24 (9.77% from 255 or 7.32% from 328); Max value from RGB is 154 - color contains mainly: green. Hex color #969A18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969A18 is #6965E7. Grayscale: #8A8A8A. Windows color (decimal): -6907368 or 1612438. OLE color: 1612438.

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

Color convert

RGB 150 154 24 -
CMYK 0.03 0 0.84 0.40
HSL 61.85º 0.73% 0.35% -
HSV(B) 61.85º 0.84% 0.6% -
XYZ 24.3 29.66 5.31 -
YUV 137.98 63.67 136.57 -
System Red Green Blue C M Y K H S L
Decimal 150 154 24 0.03 0 0.84 0.40 61.85 0.73 0.35
Hex 96 9A 18 3 0 54 28 3E 49 23
Octal 226 232 30 3 0 124 50 76 111 43
Binary 10010110 10011010 11000 11 0 1010100 101000 111110 1001001 100011

Color Harmonies of #969A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969A18

Black with #969A18

Text Example


Text Example

White with #969A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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