Html Css Color HEX #A8B604 Citrus

📋 copy color: '#A8B604'

red 168 ◦ green 182 ◦ blue 4

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

Shades of Citrus #A8B604

Tints of Citrus #A8B604

RGB

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

 GREEN value IS 182 (71.48% from 255) = 51.41%

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

R = 47.46%
G = 51.41%
B = 1.13%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#A8B604 (or 0xA8B604) is known color: Citrus. HEX triplet: A8, B6 and 04. RGB value is (168,182,4). Sum of RGB (Red+Green+Blue) = 168+182+4=354 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.46% from 354); Green value is 182 (71.48% from 255 or 51.41% from 354); Blue value is 4 (1.95% from 255 or 1.13% from 354); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B604 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B604 is #5749FB. Grayscale: #9E9E9E. Windows color (decimal): -5720572 or 308904. OLE color: 308904.

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

Color convert

RGB 168 182 4 -
CMYK 0.08 0 0.98 0.29
HSL 64.72º 0.96% 0.36% -
HSV(B) 64.72º 0.98% 0.71% -
XYZ 32.9 41.79 6.45 -
YUV 157.52 41.36 135.47 -
System Red Green Blue C M Y K H S L
Decimal 168 182 4 0.08 0 0.98 0.29 64.72 0.96 0.36
Hex A8 B6 4 8 0 62 1D 41 60 24
Octal 250 266 4 10 0 142 35 101 140 44
Binary 10101000 10110110 100 1000 0 1100010 11101 1000001 1100000 100100

Color Harmonies of #A8B604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B604

Black with #A8B604

Text Example


Text Example

White with #A8B604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B604; }

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

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

background-color css

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

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

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

border-color css

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

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

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