Html Css Color HEX #A8B204 Citrus

📋 copy color: '#A8B204'

red 168 ◦ green 178 ◦ blue 4

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

Shades of Citrus #A8B204

Tints of Citrus #A8B204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.14%

R = 48%
G = 50.86%
B = 1.14%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#A8B204 (or 0xA8B204) is known color: Citrus. HEX triplet: A8, B2 and 04. RGB value is (168,178,4). Sum of RGB (Red+Green+Blue) = 168+178+4=350 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48% from 350); Green value is 178 (69.92% from 255 or 50.86% from 350); Blue value is 4 (1.95% from 255 or 1.14% from 350); Max value from RGB is 178 - color contains mainly: green. Hex color #A8B204 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8B204 is #574DFB. Grayscale: #9B9B9B. Windows color (decimal): -5721596 or 307880. OLE color: 307880.

HSL color Cylindrical-coordinate representation of color #A8B204: hue angle of 63.45º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A8B204 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.30.

Color convert

RGB 168 178 4 -
CMYK 0.06 0 0.98 0.30
HSL 63.45º 0.96% 0.36% -
HSV(B) 63.45º 0.98% 0.7% -
XYZ 32.09 40.17 6.18 -
YUV 155.17 42.69 137.15 -
System Red Green Blue C M Y K H S L
Decimal 168 178 4 0.06 0 0.98 0.30 63.45 0.96 0.36
Hex A8 B2 4 6 0 62 1E 3F 60 24
Octal 250 262 4 6 0 142 36 77 140 44
Binary 10101000 10110010 100 110 0 1100010 11110 111111 1100000 100100

Color Harmonies of #A8B204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B204

Black with #A8B204

Text Example


Text Example

White with #A8B204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B204; }

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

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

background-color css

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

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

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

border-color css

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

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

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