Html Css Color HEX #A3BD02 Citrus

📋 copy color: '#A3BD02'

red 163 ◦ green 189 ◦ blue 2

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

Shades of Citrus #A3BD02

Tints of Citrus #A3BD02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.56%

R = 46.05%
G = 53.39%
B = 0.56%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#A3BD02 (or 0xA3BD02) is known color: Citrus. HEX triplet: A3, BD and 02. RGB value is (163,189,2). Sum of RGB (Red+Green+Blue) = 163+189+2=354 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.05% from 354); Green value is 189 (74.22% from 255 or 53.39% from 354); Blue value is 2 (1.17% from 255 or 0.56% from 354); Max value from RGB is 189 - color contains mainly: green. Hex color #A3BD02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3BD02 is #5C42FD. Grayscale: #A0A0A0. Windows color (decimal): -6046462 or 179619. OLE color: 179619.

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

Color convert

RGB 163 189 2 -
CMYK 0.14 0 0.99 0.26
HSL 68.34º 0.98% 0.37% -
HSV(B) 68.34º 0.99% 0.74% -
XYZ 33.31 44.19 6.83 -
YUV 159.91 38.89 130.21 -
System Red Green Blue C M Y K H S L
Decimal 163 189 2 0.14 0 0.99 0.26 68.34 0.98 0.37
Hex A3 BD 2 E 0 63 1A 44 62 25
Octal 243 275 2 16 0 143 32 104 142 45
Binary 10100011 10111101 10 1110 0 1100011 11010 1000100 1100010 100101

Color Harmonies of #A3BD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BD02

Black with #A3BD02

Text Example


Text Example

White with #A3BD02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BD02; }

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

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

background-color css

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

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

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

border-color css

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

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

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