Html Css Color HEX #A5B103 Citrus

📋 copy color: '#A5B103'

red 165 ◦ green 177 ◦ blue 3

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

Shades of Citrus #A5B103

Tints of Citrus #A5B103

RGB

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

 GREEN value IS 177 (69.53% from 255) = 51.3%

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

R = 47.83%
G = 51.3%
B = 0.87%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#A5B103 (or 0xA5B103) is known color: Citrus. HEX triplet: A5, B1 and 03. RGB value is (165,177,3). Sum of RGB (Red+Green+Blue) = 165+177+3=345 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.83% from 345); Green value is 177 (69.53% from 255 or 51.30% from 345); Blue value is 3 (1.56% from 255 or 0.87% from 345); Max value from RGB is 177 - color contains mainly: green. Hex color #A5B103 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5B103 is #5A4EFC. Grayscale: #9A9A9A. Windows color (decimal): -5918461 or 242085. OLE color: 242085.

HSL color Cylindrical-coordinate representation of color #A5B103: hue angle of 64.14º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A5B103 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 165 177 3 -
CMYK 0.07 0 0.98 0.31
HSL 64.14º 0.97% 0.35% -
HSV(B) 64.14º 0.98% 0.69% -
XYZ 31.26 39.45 6.05 -
YUV 153.58 43.02 136.15 -
System Red Green Blue C M Y K H S L
Decimal 165 177 3 0.07 0 0.98 0.31 64.14 0.97 0.35
Hex A5 B1 3 7 0 62 1F 40 61 23
Octal 245 261 3 7 0 142 37 100 141 43
Binary 10100101 10110001 11 111 0 1100010 11111 1000000 1100001 100011

Color Harmonies of #A5B103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B103

Black with #A5B103

Text Example


Text Example

White with #A5B103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B103; }

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

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

background-color css

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

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

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

border-color css

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

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

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