Html Css Color HEX #969F2C Citron

📋 copy color: '#969F2C'

red 150 ◦ green 159 ◦ blue 44

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

Shades of Citron #969F2C

Tints of Citron #969F2C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 45.04%

 BLUE value IS 44 (17.58% from 255) = 12.46%

R = 42.49%
G = 45.04%
B = 12.46%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.72

 K value IS 0.38

RGB Variations

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

Color information

#969F2C (or 0x969F2C) is known color: Citron. HEX triplet: 96, 9F and 2C. RGB value is (150,159,44). Sum of RGB (Red+Green+Blue) = 150+159+44=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 159 (62.5% from 255 or 45.04% from 353); Blue value is 44 (17.58% from 255 or 12.46% from 353); Max value from RGB is 159 - color contains mainly: green. Hex color #969F2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969F2C is #6960D3. Grayscale: #8F8F8F. Windows color (decimal): -6906068 or 2924438. OLE color: 2924438.

HSL color Cylindrical-coordinate representation of color #969F2C: hue angle of 64.7º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #969F2C is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.

Color convert

RGB 150 159 44 -
CMYK 0.06 0 0.72 0.38
HSL 64.7º 0.57% 0.4% -
HSV(B) 64.7º 0.72% 0.62% -
XYZ 25.43 31.46 7.12 -
YUV 143.2 72.02 132.85 -
System Red Green Blue C M Y K H S L
Decimal 150 159 44 0.06 0 0.72 0.38 64.7 0.57 0.4
Hex 96 9F 2C 6 0 48 26 41 39 28
Octal 226 237 54 6 0 110 46 101 71 50
Binary 10010110 10011111 101100 110 0 1001000 100110 1000001 111001 101000

Color Harmonies of #969F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969F2C

Black with #969F2C

Text Example


Text Example

White with #969F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,159,44); }

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

background-color css

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

 a { background-color: rgb(150,159,44); }

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

border-color css

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

 span { border-color: rgb(150,159,44); }

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