Html Css Color HEX #A5B703 Citrus

📋 copy color: '#A5B703'

red 165 ◦ green 183 ◦ blue 3

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

Shades of Citrus #A5B703

Tints of Citrus #A5B703

RGB

 RED value IS 165 (64.84% from 255) = 47.01%

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

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

R = 47.01%
G = 52.14%
B = 0.85%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#A5B703 (or 0xA5B703) is known color: Citrus. HEX triplet: A5, B7 and 03. RGB value is (165,183,3). Sum of RGB (Red+Green+Blue) = 165+183+3=351 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.01% from 351); Green value is 183 (71.88% from 255 or 52.14% from 351); Blue value is 3 (1.56% from 255 or 0.85% from 351); Max value from RGB is 183 - color contains mainly: green. Hex color #A5B703 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5B703 is #5A48FC. Grayscale: #9D9D9D. Windows color (decimal): -5916925 or 243621. OLE color: 243621.

HSL color Cylindrical-coordinate representation of color #A5B703: hue angle of 66º 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 #A5B703 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.28.

Color convert

RGB 165 183 3 -
CMYK 0.10 0 0.98 0.28
HSL 66º 0.97% 0.36% -
HSV(B) 66º 0.98% 0.72% -
XYZ 32.47 41.87 6.46 -
YUV 157.1 41.04 133.64 -
System Red Green Blue C M Y K H S L
Decimal 165 183 3 0.10 0 0.98 0.28 66 0.97 0.36
Hex A5 B7 3 A 0 62 1C 42 61 24
Octal 245 267 3 12 0 142 34 102 141 44
Binary 10100101 10110111 11 1010 0 1100010 11100 1000010 1100001 100100

Color Harmonies of #A5B703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B703

Black with #A5B703

Text Example


Text Example

White with #A5B703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B703; }

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

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

background-color css

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

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

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

border-color css

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

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

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