Html Css Color HEX #A3BB0E Citrus

📋 copy color: '#A3BB0E'

red 163 ◦ green 187 ◦ blue 14

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

Shades of Citrus #A3BB0E

Tints of Citrus #A3BB0E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 51.37%

 BLUE value IS 14 (5.86% from 255) = 3.85%

R = 44.78%
G = 51.37%
B = 3.85%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#A3BB0E (or 0xA3BB0E) is known color: Citrus. HEX triplet: A3, BB and 0E. RGB value is (163,187,14). Sum of RGB (Red+Green+Blue) = 163+187+14=364 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.78% from 364); Green value is 187 (73.44% from 255 or 51.37% from 364); Blue value is 14 (5.86% from 255 or 3.85% from 364); Max value from RGB is 187 - color contains mainly: green. Hex color #A3BB0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3BB0E is #5C44F1. Grayscale: #A0A0A0. Windows color (decimal): -6046962 or 965539. OLE color: 965539.

HSL color Cylindrical-coordinate representation of color #A3BB0E: hue angle of 68.32º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A3BB0E is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 187 14 -
CMYK 0.13 0 0.93 0.27
HSL 68.32º 0.86% 0.39% -
HSV(B) 68.32º 0.93% 0.73% -
XYZ 32.95 43.36 7.05 -
YUV 160.1 45.55 130.07 -
System Red Green Blue C M Y K H S L
Decimal 163 187 14 0.13 0 0.93 0.27 68.32 0.86 0.39
Hex A3 BB E D 0 5D 1B 44 56 27
Octal 243 273 16 15 0 135 33 104 126 47
Binary 10100011 10111011 1110 1101 0 1011101 11011 1000100 1010110 100111

Color Harmonies of #A3BB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BB0E

Black with #A3BB0E

Text Example


Text Example

White with #A3BB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BB0E; }

 p { color: rgb(163,187,14); }

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

background-color css

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

 a { background-color: rgb(163,187,14); }

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

border-color css

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

 span { border-color: rgb(163,187,14); }

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