Html Css Color HEX #A6B408 Citrus

📋 copy color: '#A6B408'

red 166 ◦ green 180 ◦ blue 8

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

Shades of Citrus #A6B408

Tints of Citrus #A6B408

RGB

 RED value IS 166 (65.23% from 255) = 46.89%

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

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

R = 46.89%
G = 50.85%
B = 2.26%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#A6B408 (or 0xA6B408) is known color: Citrus. HEX triplet: A6, B4 and 08. RGB value is (166,180,8). Sum of RGB (Red+Green+Blue) = 166+180+8=354 (46% of max value = 765). Red value is 166 (65.23% from 255 or 46.89% from 354); Green value is 180 (70.70% from 255 or 50.85% from 354); Blue value is 8 (3.52% from 255 or 2.26% from 354); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B408 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6B408 is #594BF7. Grayscale: #9C9C9C. Windows color (decimal): -5852152 or 570534. OLE color: 570534.

HSL color Cylindrical-coordinate representation of color #A6B408: hue angle of 64.88º 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 #A6B408 is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB 166 180 8 -
CMYK 0.08 0 0.96 0.29
HSL 64.88º 0.91% 0.37% -
HSV(B) 64.88º 0.96% 0.71% -
XYZ 32.09 40.77 6.41 -
YUV 156.21 44.36 134.99 -
System Red Green Blue C M Y K H S L
Decimal 166 180 8 0.08 0 0.96 0.29 64.88 0.91 0.37
Hex A6 B4 8 8 0 60 1D 41 5B 25
Octal 246 264 10 10 0 140 35 101 133 45
Binary 10100110 10110100 1000 1000 0 1100000 11101 1000001 1011011 100101

Color Harmonies of #A6B408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B408

Black with #A6B408

Text Example


Text Example

White with #A6B408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B408; }

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

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

background-color css

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

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

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

border-color css

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

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

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