Html Css Color HEX #969A2A Citron

📋 copy color: '#969A2A'

red 150 ◦ green 154 ◦ blue 42

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

Shades of Citron #969A2A

Tints of Citron #969A2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.14%

R = 43.35%
G = 44.51%
B = 12.14%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.73

 K value IS 0.40

RGB Variations

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

Color information

#969A2A (or 0x969A2A) is known color: Citron. HEX triplet: 96, 9A and 2A. RGB value is (150,154,42). Sum of RGB (Red+Green+Blue) = 150+154+42=346 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.35% from 346); Green value is 154 (60.55% from 255 or 44.51% from 346); Blue value is 42 (16.80% from 255 or 12.14% from 346); Max value from RGB is 154 - color contains mainly: green. Hex color #969A2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969A2A is #6965D5. Grayscale: #8C8C8C. Windows color (decimal): -6907350 or 2792086. OLE color: 2792086.

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

Color convert

RGB 150 154 42 -
CMYK 0.03 0 0.73 0.40
HSL 62.14º 0.57% 0.38% -
HSV(B) 62.14º 0.73% 0.6% -
XYZ 24.55 29.76 6.64 -
YUV 140.04 72.67 135.11 -
System Red Green Blue C M Y K H S L
Decimal 150 154 42 0.03 0 0.73 0.40 62.14 0.57 0.38
Hex 96 9A 2A 3 0 49 28 3E 39 26
Octal 226 232 52 3 0 111 50 76 71 46
Binary 10010110 10011010 101010 11 0 1001001 101000 111110 111001 100110

Color Harmonies of #969A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969A2A

Black with #969A2A

Text Example


Text Example

White with #969A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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