Html Css Color HEX #A8B408 Citrus

📋 copy color: '#A8B408'

red 168 ◦ green 180 ◦ blue 8

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

Shades of Citrus #A8B408

Tints of Citrus #A8B408

RGB

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

 GREEN value IS 180 (70.7% from 255) = 50.56%

 BLUE value IS 8 (3.52% from 255) = 2.25%

R = 47.19%
G = 50.56%
B = 2.25%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#A8B408 (or 0xA8B408) is known color: Citrus. HEX triplet: A8, B4 and 08. RGB value is (168,180,8). Sum of RGB (Red+Green+Blue) = 168+180+8=356 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.19% from 356); Green value is 180 (70.70% from 255 or 50.56% from 356); Blue value is 8 (3.52% from 255 or 2.25% from 356); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B408 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B408 is #574BF7. Grayscale: #9D9D9D. Windows color (decimal): -5721080 or 570536. OLE color: 570536.

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

Color convert

RGB 168 180 8 -
CMYK 0.07 0 0.96 0.29
HSL 64.19º 0.91% 0.37% -
HSV(B) 64.19º 0.96% 0.71% -
XYZ 32.51 40.98 6.43 -
YUV 156.8 44.02 135.99 -
System Red Green Blue C M Y K H S L
Decimal 168 180 8 0.07 0 0.96 0.29 64.19 0.91 0.37
Hex A8 B4 8 7 0 60 1D 40 5B 25
Octal 250 264 10 7 0 140 35 100 133 45
Binary 10101000 10110100 1000 111 0 1100000 11101 1000000 1011011 100101

Color Harmonies of #A8B408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B408

Black with #A8B408

Text Example


Text Example

White with #A8B408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B408; }

 p { color: rgb(168,180,8); }

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

background-color css

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

 a { background-color: rgb(168,180,8); }

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

border-color css

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

 span { border-color: rgb(168,180,8); }

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