Html Css Color HEX #A3BC08 Citrus

📋 copy color: '#A3BC08'

red 163 ◦ green 188 ◦ blue 8

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

Shades of Citrus #A3BC08

Tints of Citrus #A3BC08

RGB

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

 GREEN value IS 188 (73.83% from 255) = 52.37%

 BLUE value IS 8 (3.52% from 255) = 2.23%

R = 45.4%
G = 52.37%
B = 2.23%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#A3BC08 (or 0xA3BC08) is known color: Citrus. HEX triplet: A3, BC and 08. RGB value is (163,188,8). Sum of RGB (Red+Green+Blue) = 163+188+8=359 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.40% from 359); Green value is 188 (73.83% from 255 or 52.37% from 359); Blue value is 8 (3.52% from 255 or 2.23% from 359); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BC08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3BC08 is #5C43F7. Grayscale: #A0A0A0. Windows color (decimal): -6046712 or 572579. OLE color: 572579.

HSL color Cylindrical-coordinate representation of color #A3BC08: hue angle of 68.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A3BC08 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 188 8 -
CMYK 0.13 0 0.96 0.26
HSL 68.33º 0.92% 0.38% -
HSV(B) 68.33º 0.96% 0.74% -
XYZ 33.13 43.77 6.93 -
YUV 160.01 42.22 130.14 -
System Red Green Blue C M Y K H S L
Decimal 163 188 8 0.13 0 0.96 0.26 68.33 0.92 0.38
Hex A3 BC 8 D 0 60 1A 44 5C 26
Octal 243 274 10 15 0 140 32 104 134 46
Binary 10100011 10111100 1000 1101 0 1100000 11010 1000100 1011100 100110

Color Harmonies of #A3BC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BC08

Black with #A3BC08

Text Example


Text Example

White with #A3BC08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BC08; }

 p { color: rgb(163,188,8); }

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

background-color css

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

 a { background-color: rgb(163,188,8); }

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

border-color css

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

 span { border-color: rgb(163,188,8); }

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