Html Css Color HEX #A8BC04 Citrus

📋 copy color: '#A8BC04'

red 168 ◦ green 188 ◦ blue 4

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

Shades of Citrus #A8BC04

Tints of Citrus #A8BC04

RGB

 RED value IS 168 (66.02% from 255) = 46.67%

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

 BLUE value IS 4 (1.95% from 255) = 1.11%

R = 46.67%
G = 52.22%
B = 1.11%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#A8BC04 (or 0xA8BC04) is known color: Citrus. HEX triplet: A8, BC and 04. RGB value is (168,188,4). Sum of RGB (Red+Green+Blue) = 168+188+4=360 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.67% from 360); Green value is 188 (73.83% from 255 or 52.22% from 360); Blue value is 4 (1.95% from 255 or 1.11% from 360); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BC04 is #5743FB. Grayscale: #A1A1A1. Windows color (decimal): -5719036 or 310440. OLE color: 310440.

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

Color convert

RGB 168 188 4 -
CMYK 0.11 0 0.98 0.26
HSL 66.52º 0.96% 0.38% -
HSV(B) 66.52º 0.98% 0.74% -
XYZ 34.15 44.3 6.87 -
YUV 161.04 39.37 132.96 -
System Red Green Blue C M Y K H S L
Decimal 168 188 4 0.11 0 0.98 0.26 66.52 0.96 0.38
Hex A8 BC 4 B 0 62 1A 43 60 26
Octal 250 274 4 13 0 142 32 103 140 46
Binary 10101000 10111100 100 1011 0 1100010 11010 1000011 1100000 100110

Color Harmonies of #A8BC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BC04

Black with #A8BC04

Text Example


Text Example

White with #A8BC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BC04; }

 p { color: rgb(168,188,4); }

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

background-color css

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

 a { background-color: rgb(168,188,4); }

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

border-color css

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

 span { border-color: rgb(168,188,4); }

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