Html Css Color HEX #A5BD03 Citrus

📋 copy color: '#A5BD03'

red 165 ◦ green 189 ◦ blue 3

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

Shades of Citrus #A5BD03

Tints of Citrus #A5BD03

RGB

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

 GREEN value IS 189 (74.22% from 255) = 52.94%

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

R = 46.22%
G = 52.94%
B = 0.84%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#A5BD03 (or 0xA5BD03) is known color: Citrus. HEX triplet: A5, BD and 03. RGB value is (165,189,3). Sum of RGB (Red+Green+Blue) = 165+189+3=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 189 (74.22% from 255 or 52.94% from 357); Blue value is 3 (1.56% from 255 or 0.84% from 357); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BD03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5BD03 is #5A42FC. Grayscale: #A1A1A1. Windows color (decimal): -5915389 or 245157. OLE color: 245157.

HSL color Cylindrical-coordinate representation of color #A5BD03: hue angle of 67.74º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A5BD03 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 189 3 -
CMYK 0.13 0 0.98 0.26
HSL 67.74º 0.97% 0.38% -
HSV(B) 67.74º 0.98% 0.74% -
XYZ 33.73 44.4 6.88 -
YUV 160.62 39.05 131.12 -
System Red Green Blue C M Y K H S L
Decimal 165 189 3 0.13 0 0.98 0.26 67.74 0.97 0.38
Hex A5 BD 3 D 0 62 1A 44 61 26
Octal 245 275 3 15 0 142 32 104 141 46
Binary 10100101 10111101 11 1101 0 1100010 11010 1000100 1100001 100110

Color Harmonies of #A5BD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BD03

Black with #A5BD03

Text Example


Text Example

White with #A5BD03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BD03; }

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

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

background-color css

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

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

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

border-color css

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

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

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