Html Css Color HEX #A4B211 Citrus

📋 copy color: '#A4B211'

red 164 ◦ green 178 ◦ blue 17

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

Shades of Citrus #A4B211

Tints of Citrus #A4B211

RGB

 RED value IS 164 (64.45% from 255) = 45.68%

 GREEN value IS 178 (69.92% from 255) = 49.58%

 BLUE value IS 17 (7.03% from 255) = 4.74%

R = 45.68%
G = 49.58%
B = 4.74%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#A4B211 (or 0xA4B211) is known color: Citrus. HEX triplet: A4, B2 and 11. RGB value is (164,178,17). Sum of RGB (Red+Green+Blue) = 164+178+17=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 178 (69.92% from 255 or 49.58% from 359); Blue value is 17 (7.03% from 255 or 4.74% from 359); Max value from RGB is 178 - color contains mainly: green. Hex color #A4B211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4B211 is #5B4DEE. Grayscale: #9C9C9C. Windows color (decimal): -5983727 or 1159844. OLE color: 1159844.

HSL color Cylindrical-coordinate representation of color #A4B211: hue angle of 65.22º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A4B211 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 164 178 17 -
CMYK 0.08 0 0.90 0.30
HSL 65.22º 0.83% 0.38% -
HSV(B) 65.22º 0.9% 0.7% -
XYZ 31.33 39.77 6.56 -
YUV 155.46 49.86 134.09 -
System Red Green Blue C M Y K H S L
Decimal 164 178 17 0.08 0 0.90 0.30 65.22 0.83 0.38
Hex A4 B2 11 8 0 5A 1E 41 53 26
Octal 244 262 21 10 0 132 36 101 123 46
Binary 10100100 10110010 10001 1000 0 1011010 11110 1000001 1010011 100110

Color Harmonies of #A4B211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B211

Black with #A4B211

Text Example


Text Example

White with #A4B211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B211; }

 p { color: rgb(164,178,17); }

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

background-color css

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

 a { background-color: rgb(164,178,17); }

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

border-color css

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

 span { border-color: rgb(164,178,17); }

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