Html Css Color HEX #A8B211 Citrus

📋 copy color: '#A8B211'

red 168 ◦ green 178 ◦ blue 17

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

Shades of Citrus #A8B211

Tints of Citrus #A8B211

RGB

 RED value IS 168 (66.02% from 255) = 46.28%

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

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

R = 46.28%
G = 49.04%
B = 4.68%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#A8B211 (or 0xA8B211) is known color: Citrus. HEX triplet: A8, B2 and 11. RGB value is (168,178,17). Sum of RGB (Red+Green+Blue) = 168+178+17=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 178 (69.92% from 255 or 49.04% from 363); Blue value is 17 (7.03% from 255 or 4.68% from 363); Max value from RGB is 178 - color contains mainly: green. Hex color #A8B211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8B211 is #574DEE. Grayscale: #9D9D9D. Windows color (decimal): -5721583 or 1159848. OLE color: 1159848.

HSL color Cylindrical-coordinate representation of color #A8B211: hue angle of 63.73º 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 #A8B211 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 168 178 17 -
CMYK 0.06 0 0.90 0.30
HSL 63.73º 0.83% 0.38% -
HSV(B) 63.73º 0.9% 0.7% -
XYZ 32.17 40.21 6.6 -
YUV 156.66 49.19 136.09 -
System Red Green Blue C M Y K H S L
Decimal 168 178 17 0.06 0 0.90 0.30 63.73 0.83 0.38
Hex A8 B2 11 6 0 5A 1E 40 53 26
Octal 250 262 21 6 0 132 36 100 123 46
Binary 10101000 10110010 10001 110 0 1011010 11110 1000000 1010011 100110

Color Harmonies of #A8B211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B211

Black with #A8B211

Text Example


Text Example

White with #A8B211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B211; }

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

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

background-color css

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

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

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

border-color css

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

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

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