Html Css Color HEX #A3BD06 Citrus

📋 copy color: '#A3BD06'

red 163 ◦ green 189 ◦ blue 6

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

Shades of Citrus #A3BD06

Tints of Citrus #A3BD06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.68%

R = 45.53%
G = 52.79%
B = 1.68%

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

#A3BD06 (or 0xA3BD06) is known color: Citrus. HEX triplet: A3, BD and 06. RGB value is (163,189,6). Sum of RGB (Red+Green+Blue) = 163+189+6=358 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.53% from 358); Green value is 189 (74.22% from 255 or 52.79% from 358); Blue value is 6 (2.73% from 255 or 1.68% from 358); Max value from RGB is 189 - color contains mainly: green. Hex color #A3BD06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3BD06 is #5C42F9. Grayscale: #A1A1A1. Windows color (decimal): -6046458 or 441763. OLE color: 441763.

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

Color convert

RGB 163 189 6 -
CMYK 0.14 0 0.97 0.26
HSL 68.52º 0.94% 0.38% -
HSV(B) 68.52º 0.97% 0.74% -
XYZ 33.33 44.19 6.95 -
YUV 160.36 40.89 129.88 -
System Red Green Blue C M Y K H S L
Decimal 163 189 6 0.14 0 0.97 0.26 68.52 0.94 0.38
Hex A3 BD 6 E 0 61 1A 45 5E 26
Octal 243 275 6 16 0 141 32 105 136 46
Binary 10100011 10111101 110 1110 0 1100001 11010 1000101 1011110 100110

Color Harmonies of #A3BD06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BD06

Black with #A3BD06

Text Example


Text Example

White with #A3BD06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BD06; }

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

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

background-color css

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

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

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

border-color css

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

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

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