Html Css Color HEX #949720 Citron

📋 copy color: '#949720'

red 148 ◦ green 151 ◦ blue 32

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

Shades of Citron #949720

Tints of Citron #949720

RGB

 RED value IS 148 (58.2% from 255) = 44.71%

 GREEN value IS 151 (59.38% from 255) = 45.62%

 BLUE value IS 32 (12.89% from 255) = 9.67%

R = 44.71%
G = 45.62%
B = 9.67%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#949720 (or 0x949720) is known color: Citron. HEX triplet: 94, 97 and 20. RGB value is (148,151,32). Sum of RGB (Red+Green+Blue) = 148+151+32=331 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.71% from 331); Green value is 151 (59.38% from 255 or 45.62% from 331); Blue value is 32 (12.89% from 255 or 9.67% from 331); Max value from RGB is 151 - color contains mainly: green. Hex color #949720 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949720 is #6B68DF. Grayscale: #898989. Windows color (decimal): -7039200 or 2135956. OLE color: 2135956.

HSL color Cylindrical-coordinate representation of color #949720: hue angle of 61.51º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #949720 is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 148 151 32 -
CMYK 0.02 0 0.79 0.41
HSL 61.51º 0.65% 0.36% -
HSV(B) 61.51º 0.79% 0.59% -
XYZ 23.54 28.53 5.63 -
YUV 136.54 69.01 136.18 -
System Red Green Blue C M Y K H S L
Decimal 148 151 32 0.02 0 0.79 0.41 61.51 0.65 0.36
Hex 94 97 20 2 0 4F 29 3E 41 24
Octal 224 227 40 2 0 117 51 76 101 44
Binary 10010100 10010111 100000 10 0 1001111 101001 111110 1000001 100100

Color Harmonies of #949720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949720

Black with #949720

Text Example


Text Example

White with #949720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949720; }

 p { color: rgb(148,151,32); }

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

background-color css

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

 a { background-color: rgb(148,151,32); }

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

border-color css

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

 span { border-color: rgb(148,151,32); }

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