Html Css Color HEX #A3BD03 Citrus

📋 copy color: '#A3BD03'

red 163 ◦ green 189 ◦ blue 3

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

Shades of Citrus #A3BD03

Tints of Citrus #A3BD03

RGB

 RED value IS 163 (64.06% from 255) = 45.92%

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

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

R = 45.92%
G = 53.24%
B = 0.85%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#A3BD03 (or 0xA3BD03) is known color: Citrus. HEX triplet: A3, BD and 03. RGB value is (163,189,3). Sum of RGB (Red+Green+Blue) = 163+189+3=355 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.92% from 355); Green value is 189 (74.22% from 255 or 53.24% from 355); Blue value is 3 (1.56% from 255 or 0.85% from 355); Max value from RGB is 189 - color contains mainly: green. Hex color #A3BD03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3BD03 is #5C42FC. Grayscale: #A0A0A0. Windows color (decimal): -6046461 or 245155. OLE color: 245155.

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

Color convert

RGB 163 189 3 -
CMYK 0.14 0 0.98 0.26
HSL 68.39º 0.97% 0.38% -
HSV(B) 68.39º 0.98% 0.74% -
XYZ 33.32 44.19 6.86 -
YUV 160.02 39.39 130.12 -
System Red Green Blue C M Y K H S L
Decimal 163 189 3 0.14 0 0.98 0.26 68.39 0.97 0.38
Hex A3 BD 3 E 0 62 1A 44 61 26
Octal 243 275 3 16 0 142 32 104 141 46
Binary 10100011 10111101 11 1110 0 1100010 11010 1000100 1100001 100110

Color Harmonies of #A3BD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BD03

Black with #A3BD03

Text Example


Text Example

White with #A3BD03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BD03; }

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

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

background-color css

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

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

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

border-color css

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

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

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