Html Css Color HEX #969D31 Citron

📋 copy color: '#969D31'

red 150 ◦ green 157 ◦ blue 49

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

Shades of Citron #969D31

Tints of Citron #969D31

RGB

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

 GREEN value IS 157 (61.72% from 255) = 44.1%

 BLUE value IS 49 (19.53% from 255) = 13.76%

R = 42.13%
G = 44.1%
B = 13.76%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.69

 K value IS 0.38

RGB Variations

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

Color information

#969D31 (or 0x969D31) is known color: Citron. HEX triplet: 96, 9D and 31. RGB value is (150,157,49). Sum of RGB (Red+Green+Blue) = 150+157+49=356 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.13% from 356); Green value is 157 (61.72% from 255 or 44.10% from 356); Blue value is 49 (19.53% from 255 or 13.76% from 356); Max value from RGB is 157 - color contains mainly: green. Hex color #969D31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969D31 is #6962CE. Grayscale: #8F8F8F. Windows color (decimal): -6906575 or 3251606. OLE color: 3251606.

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

Color convert

RGB 150 157 49 -
CMYK 0.04 0 0.69 0.38
HSL 63.89º 0.52% 0.4% -
HSV(B) 63.89º 0.69% 0.62% -
XYZ 25.19 30.82 7.53 -
YUV 142.6 75.18 133.28 -
System Red Green Blue C M Y K H S L
Decimal 150 157 49 0.04 0 0.69 0.38 63.89 0.52 0.4
Hex 96 9D 31 4 0 45 26 40 34 28
Octal 226 235 61 4 0 105 46 100 64 50
Binary 10010110 10011101 110001 100 0 1000101 100110 1000000 110100 101000

Color Harmonies of #969D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969D31

Black with #969D31

Text Example


Text Example

White with #969D31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,157,49); }

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

background-color css

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

 a { background-color: rgb(150,157,49); }

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

border-color css

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

 span { border-color: rgb(150,157,49); }

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