Html Css Color HEX #A3CA0B Citrus

📋 copy color: '#A3CA0B'

red 163 ◦ green 202 ◦ blue 11

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

Shades of Citrus #A3CA0B

Tints of Citrus #A3CA0B

RGB

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

 GREEN value IS 202 (79.3% from 255) = 53.72%

 BLUE value IS 11 (4.69% from 255) = 2.93%

R = 43.35%
G = 53.72%
B = 2.93%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#A3CA0B (or 0xA3CA0B) is known color: Citrus. HEX triplet: A3, CA and 0B. RGB value is (163,202,11). Sum of RGB (Red+Green+Blue) = 163+202+11=376 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.35% from 376); Green value is 202 (79.30% from 255 or 53.72% from 376); Blue value is 11 (4.69% from 255 or 2.93% from 376); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CA0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3CA0B is #5C35F4. Grayscale: #A9A9A9. Windows color (decimal): -6043125 or 772771. OLE color: 772771.

HSL color Cylindrical-coordinate representation of color #A3CA0B: hue angle of 72.25º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A3CA0B is Cyan = 0.19, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.

Color convert

RGB 163 202 11 -
CMYK 0.19 0 0.95 0.21
HSL 72.25º 0.9% 0.42% -
HSV(B) 72.25º 0.95% 0.79% -
XYZ 36.29 50.05 8.07 -
YUV 168.57 39.08 124.03 -
System Red Green Blue C M Y K H S L
Decimal 163 202 11 0.19 0 0.95 0.21 72.25 0.9 0.42
Hex A3 CA B 13 0 5F 15 48 5A 2A
Octal 243 312 13 23 0 137 25 110 132 52
Binary 10100011 11001010 1011 10011 0 1011111 10101 1001000 1011010 101010

Color Harmonies of #A3CA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3CA0B

Black with #A3CA0B

Text Example


Text Example

White with #A3CA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3CA0B; }

 p { color: rgb(163,202,11); }

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

background-color css

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

 a { background-color: rgb(163,202,11); }

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

border-color css

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

 span { border-color: rgb(163,202,11); }

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