Html Css Color HEX #A8B703 Citrus

📋 copy color: '#A8B703'

red 168 ◦ green 183 ◦ blue 3

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

Shades of Citrus #A8B703

Tints of Citrus #A8B703

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.85%

R = 47.46%
G = 51.69%
B = 0.85%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#A8B703 (or 0xA8B703) is known color: Citrus. HEX triplet: A8, B7 and 03. RGB value is (168,183,3). Sum of RGB (Red+Green+Blue) = 168+183+3=354 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.46% from 354); Green value is 183 (71.88% from 255 or 51.69% from 354); Blue value is 3 (1.56% from 255 or 0.85% from 354); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B703 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B703 is #5748FC. Grayscale: #9E9E9E. Windows color (decimal): -5720317 or 243624. OLE color: 243624.

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

Color convert

RGB 168 183 3 -
CMYK 0.08 0 0.98 0.28
HSL 65º 0.97% 0.36% -
HSV(B) 65º 0.98% 0.72% -
XYZ 33.1 42.2 6.49 -
YUV 158 40.53 135.14 -
System Red Green Blue C M Y K H S L
Decimal 168 183 3 0.08 0 0.98 0.28 65 0.97 0.36
Hex A8 B7 3 8 0 62 1C 41 61 24
Octal 250 267 3 10 0 142 34 101 141 44
Binary 10101000 10110111 11 1000 0 1100010 11100 1000001 1100001 100100

Color Harmonies of #A8B703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8B703

Black with #A8B703

Text Example


Text Example

White with #A8B703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8B703; }

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

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

background-color css

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

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

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

border-color css

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

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

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