Html Css Color HEX #A5B701 Citrus

📋 copy color: '#A5B701'

red 165 ◦ green 183 ◦ blue 1

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

Shades of Citrus #A5B701

Tints of Citrus #A5B701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 47.28%
G = 52.44%
B = 0.29%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#A5B701 (or 0xA5B701) is known color: Citrus. HEX triplet: A5, B7 and 01. RGB value is (165,183,1). Sum of RGB (Red+Green+Blue) = 165+183+1=349 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.28% from 349); Green value is 183 (71.88% from 255 or 52.44% from 349); Blue value is 1 (0.78% from 255 or 0.29% from 349); Max value from RGB is 183 - color contains mainly: green. Hex color #A5B701 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5B701 is #5A48FE. Grayscale: #9D9D9D. Windows color (decimal): -5916927 or 112549. OLE color: 112549.

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

Color convert

RGB 165 183 1 -
CMYK 0.10 0 0.99 0.28
HSL 65.93º 0.99% 0.36% -
HSV(B) 65.93º 0.99% 0.72% -
XYZ 32.46 41.87 6.4 -
YUV 156.87 40.04 133.8 -
System Red Green Blue C M Y K H S L
Decimal 165 183 1 0.10 0 0.99 0.28 65.93 0.99 0.36
Hex A5 B7 1 A 0 63 1C 42 63 24
Octal 245 267 1 12 0 143 34 102 143 44
Binary 10100101 10110111 1 1010 0 1100011 11100 1000010 1100011 100100

Color Harmonies of #A5B701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B701

Black with #A5B701

Text Example


Text Example

White with #A5B701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B701; }

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

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

background-color css

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

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

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

border-color css

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

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

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