Html Css Color HEX #A8B606 Citrus

📋 copy color: '#A8B606'

red 168 ◦ green 182 ◦ blue 6

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

Shades of Citrus #A8B606

Tints of Citrus #A8B606

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.69%

R = 47.19%
G = 51.12%
B = 1.69%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#A8B606 (or 0xA8B606) is known color: Citrus. HEX triplet: A8, B6 and 06. RGB value is (168,182,6). Sum of RGB (Red+Green+Blue) = 168+182+6=356 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.19% from 356); Green value is 182 (71.48% from 255 or 51.12% from 356); Blue value is 6 (2.73% from 255 or 1.69% from 356); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B606 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B606 is #5749F9. Grayscale: #9E9E9E. Windows color (decimal): -5720570 or 439976. OLE color: 439976.

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

Color convert

RGB 168 182 6 -
CMYK 0.08 0 0.97 0.29
HSL 64.77º 0.94% 0.37% -
HSV(B) 64.77º 0.97% 0.71% -
XYZ 32.91 41.79 6.5 -
YUV 157.75 42.36 135.31 -
System Red Green Blue C M Y K H S L
Decimal 168 182 6 0.08 0 0.97 0.29 64.77 0.94 0.37
Hex A8 B6 6 8 0 61 1D 41 5E 25
Octal 250 266 6 10 0 141 35 101 136 45
Binary 10101000 10110110 110 1000 0 1100001 11101 1000001 1011110 100101

Color Harmonies of #A8B606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B606

Black with #A8B606

Text Example


Text Example

White with #A8B606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B606; }

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

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

background-color css

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

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

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

border-color css

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

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

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