Html Css Color HEX #A3BD05 Citrus

📋 copy color: '#A3BD05'

red 163 ◦ green 189 ◦ blue 5

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

Shades of Citrus #A3BD05

Tints of Citrus #A3BD05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.4%

R = 45.66%
G = 52.94%
B = 1.4%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#A3BD05 (or 0xA3BD05) is known color: Citrus. HEX triplet: A3, BD and 05. RGB value is (163,189,5). Sum of RGB (Red+Green+Blue) = 163+189+5=357 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.66% from 357); Green value is 189 (74.22% from 255 or 52.94% from 357); Blue value is 5 (2.34% from 255 or 1.40% from 357); Max value from RGB is 189 - color contains mainly: green. Hex color #A3BD05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3BD05 is #5C42FA. Grayscale: #A0A0A0. Windows color (decimal): -6046459 or 376227. OLE color: 376227.

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

Color convert

RGB 163 189 5 -
CMYK 0.14 0 0.97 0.26
HSL 68.48º 0.95% 0.38% -
HSV(B) 68.48º 0.97% 0.74% -
XYZ 33.33 44.19 6.92 -
YUV 160.25 40.39 129.96 -
System Red Green Blue C M Y K H S L
Decimal 163 189 5 0.14 0 0.97 0.26 68.48 0.95 0.38
Hex A3 BD 5 E 0 61 1A 44 5F 26
Octal 243 275 5 16 0 141 32 104 137 46
Binary 10100011 10111101 101 1110 0 1100001 11010 1000100 1011111 100110

Color Harmonies of #A3BD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BD05

Black with #A3BD05

Text Example


Text Example

White with #A3BD05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BD05; }

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

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

background-color css

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

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

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

border-color css

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

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

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