Html Css Color HEX #A8B706 Citrus

📋 copy color: '#A8B706'

red 168 ◦ green 183 ◦ blue 6

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

Shades of Citrus #A8B706

Tints of Citrus #A8B706

RGB

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

 GREEN value IS 183 (71.88% from 255) = 51.26%

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

R = 47.06%
G = 51.26%
B = 1.68%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#A8B706 (or 0xA8B706) is known color: Citrus. HEX triplet: A8, B7 and 06. RGB value is (168,183,6). Sum of RGB (Red+Green+Blue) = 168+183+6=357 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.06% from 357); Green value is 183 (71.88% from 255 or 51.26% from 357); Blue value is 6 (2.73% from 255 or 1.68% from 357); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B706 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B706 is #5748F9. Grayscale: #9F9F9F. Windows color (decimal): -5720314 or 440232. OLE color: 440232.

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

Color convert

RGB 168 183 6 -
CMYK 0.08 0 0.97 0.28
HSL 65.08º 0.94% 0.37% -
HSV(B) 65.08º 0.97% 0.72% -
XYZ 33.11 42.2 6.57 -
YUV 158.34 42.03 134.89 -
System Red Green Blue C M Y K H S L
Decimal 168 183 6 0.08 0 0.97 0.28 65.08 0.94 0.37
Hex A8 B7 6 8 0 61 1C 41 5E 25
Octal 250 267 6 10 0 141 34 101 136 45
Binary 10101000 10110111 110 1000 0 1100001 11100 1000001 1011110 100101

Color Harmonies of #A8B706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B706

Black with #A8B706

Text Example


Text Example

White with #A8B706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B706; }

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

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

background-color css

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

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

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

border-color css

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

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

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