Html Css Color HEX #A3BD00 Citrus

📋 copy color: '#A3BD00'

red 163 ◦ green 189 ◦ blue 0

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

Shades of Citrus #A3BD00

Tints of Citrus #A3BD00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.31%
G = 53.69%
B = 0%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#A3BD00 (or 0xA3BD00) is known color: Citrus. HEX triplet: A3, BD and 00. RGB value is (163,189,0). Sum of RGB (Red+Green+Blue) = 163+189+0=352 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.31% from 352); Green value is 189 (74.22% from 255 or 53.69% from 352); Blue value is 0 (0.39% from 255 or 0% from 352); Max value from RGB is 189 - color contains mainly: green. Hex color #A3BD00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3BD00 is #5C42FF. Grayscale: #A0A0A0. Windows color (decimal): -6046464 or 48547. OLE color: 48547.

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

Color convert

RGB 163 189 0 -
CMYK 0.14 0 1 0.26
HSL 68.25º 1% 0.37% -
HSV(B) 68.25º 1% 0.74% -
XYZ 33.3 44.18 6.77 -
YUV 159.68 37.89 130.37 -
System Red Green Blue C M Y K H S L
Decimal 163 189 0 0.14 0 1 0.26 68.25 1 0.37
Hex A3 BD 0 E 0 64 1A 44 64 25
Octal 243 275 0 16 0 144 32 104 144 45
Binary 10100011 10111101 0 1110 0 1100100 11010 1000100 1100100 100101

Color Harmonies of #A3BD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BD00

Black with #A3BD00

Text Example


Text Example

White with #A3BD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BD00; }

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

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

background-color css

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

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

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

border-color css

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

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

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