Html Css Color HEX #A8C60D Bahia

📋 copy color: '#A8C60D'

red 168 ◦ green 198 ◦ blue 13

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

Shades of Bahia #A8C60D

Tints of Bahia #A8C60D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 52.24%

 BLUE value IS 13 (5.47% from 255) = 3.43%

R = 44.33%
G = 52.24%
B = 3.43%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#A8C60D (or 0xA8C60D) is known color: Bahia. HEX triplet: A8, C6 and 0D. RGB value is (168,198,13). Sum of RGB (Red+Green+Blue) = 168+198+13=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 198 (77.73% from 255 or 52.24% from 379); Blue value is 13 (5.47% from 255 or 3.43% from 379); Max value from RGB is 198 - color contains mainly: green. Hex color #A8C60D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C60D is #5739F2. Grayscale: #A8A8A8. Windows color (decimal): -5716467 or 902824. OLE color: 902824.

HSL color Cylindrical-coordinate representation of color #A8C60D: hue angle of 69.73º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A8C60D is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 168 198 13 -
CMYK 0.15 0 0.93 0.22
HSL 69.73º 0.88% 0.41% -
HSV(B) 69.73º 0.93% 0.78% -
XYZ 36.42 48.74 7.87 -
YUV 167.94 40.56 128.04 -
System Red Green Blue C M Y K H S L
Decimal 168 198 13 0.15 0 0.93 0.22 69.73 0.88 0.41
Hex A8 C6 D F 0 5D 16 46 58 29
Octal 250 306 15 17 0 135 26 106 130 51
Binary 10101000 11000110 1101 1111 0 1011101 10110 1000110 1011000 101001

Color Harmonies of #A8C60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C60D

Black with #A8C60D

Text Example


Text Example

White with #A8C60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C60D; }

 p { color: rgb(168,198,13); }

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

background-color css

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

 a { background-color: rgb(168,198,13); }

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

border-color css

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

 span { border-color: rgb(168,198,13); }

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