Html Css Color HEX #A8B705 Citrus

📋 copy color: '#A8B705'

red 168 ◦ green 183 ◦ blue 5

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

Shades of Citrus #A8B705

Tints of Citrus #A8B705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.4%

R = 47.19%
G = 51.4%
B = 1.4%

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

#A8B705 (or 0xA8B705) is known color: Citrus. HEX triplet: A8, B7 and 05. RGB value is (168,183,5). Sum of RGB (Red+Green+Blue) = 168+183+5=356 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.19% from 356); Green value is 183 (71.88% from 255 or 51.40% from 356); Blue value is 5 (2.34% from 255 or 1.40% from 356); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B705 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B705 is #5748FA. Grayscale: #9E9E9E. Windows color (decimal): -5720315 or 374696. OLE color: 374696.

HSL color Cylindrical-coordinate representation of color #A8B705: hue angle of 65.06º degrees, saturation: 0.95, 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 #A8B705 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB 168 183 5 -
CMYK 0.08 0 0.97 0.28
HSL 65.06º 0.95% 0.37% -
HSV(B) 65.06º 0.97% 0.72% -
XYZ 33.11 42.2 6.54 -
YUV 158.22 41.53 134.97 -
System Red Green Blue C M Y K H S L
Decimal 168 183 5 0.08 0 0.97 0.28 65.06 0.95 0.37
Hex A8 B7 5 8 0 61 1C 41 5F 25
Octal 250 267 5 10 0 141 34 101 137 45
Binary 10101000 10110111 101 1000 0 1100001 11100 1000001 1011111 100101

Color Harmonies of #A8B705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B705

Black with #A8B705

Text Example


Text Example

White with #A8B705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B705; }

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

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

background-color css

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

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

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

border-color css

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

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

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