Html Css Color HEX #969931 Citron

📋 copy color: '#969931'

red 150 ◦ green 153 ◦ blue 49

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

Shades of Citron #969931

Tints of Citron #969931

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.47%

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

R = 42.61%
G = 43.47%
B = 13.92%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.68

 K value IS 0.4

RGB Variations

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

Color information

#969931 (or 0x969931) is known color: Citron. HEX triplet: 96, 99 and 31. RGB value is (150,153,49). Sum of RGB (Red+Green+Blue) = 150+153+49=352 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.61% from 352); Green value is 153 (60.16% from 255 or 43.47% from 352); Blue value is 49 (19.53% from 255 or 13.92% from 352); Max value from RGB is 153 - color contains mainly: green. Hex color #969931 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969931 is #6966CE. Grayscale: #8C8C8C. Windows color (decimal): -6907599 or 3250582. OLE color: 3250582.

HSL color Cylindrical-coordinate representation of color #969931: hue angle of 61.73º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #969931 is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.4.

Color convert

RGB 150 153 49 -
CMYK 0.02 0 0.68 0.4
HSL 61.73º 0.51% 0.4% -
HSV(B) 61.73º 0.68% 0.6% -
XYZ 24.52 29.49 7.31 -
YUV 140.25 76.51 134.96 -
System Red Green Blue C M Y K H S L
Decimal 150 153 49 0.02 0 0.68 0.4 61.73 0.51 0.4
Hex 96 99 31 2 0 44 28 3E 33 28
Octal 226 231 61 2 0 104 50 76 63 50
Binary 10010110 10011001 110001 10 0 1000100 101000 111110 110011 101000

Color Harmonies of #969931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969931

Black with #969931

Text Example


Text Example

White with #969931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969931; }

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

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

background-color css

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

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

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

border-color css

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

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

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