Html Css Color HEX #969F33 Citron

📋 copy color: '#969F33'

red 150 ◦ green 159 ◦ blue 51

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

Shades of Citron #969F33

Tints of Citron #969F33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.17%

R = 41.67%
G = 44.17%
B = 14.17%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.68

 K value IS 0.38

RGB Variations

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

Color information

#969F33 (or 0x969F33) is known color: Citron. HEX triplet: 96, 9F and 33. RGB value is (150,159,51). Sum of RGB (Red+Green+Blue) = 150+159+51=360 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.67% from 360); Green value is 159 (62.5% from 255 or 44.17% from 360); Blue value is 51 (20.31% from 255 or 14.17% from 360); Max value from RGB is 159 - color contains mainly: green. Hex color #969F33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969F33 is #6960CC. Grayscale: #909090. Windows color (decimal): -6906061 or 3383190. OLE color: 3383190.

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

Color convert

RGB 150 159 51 -
CMYK 0.06 0 0.68 0.38
HSL 65º 0.51% 0.41% -
HSV(B) 65º 0.68% 0.62% -
XYZ 25.57 31.52 7.87 -
YUV 144 75.52 132.28 -
System Red Green Blue C M Y K H S L
Decimal 150 159 51 0.06 0 0.68 0.38 65 0.51 0.41
Hex 96 9F 33 6 0 44 26 41 33 29
Octal 226 237 63 6 0 104 46 101 63 51
Binary 10010110 10011111 110011 110 0 1000100 100110 1000001 110011 101001

Color Harmonies of #969F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969F33

Black with #969F33

Text Example


Text Example

White with #969F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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