Html Css Color HEX #A8CC1D Bahia

📋 copy color: '#A8CC1D'

red 168 ◦ green 204 ◦ blue 29

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

Shades of Bahia #A8CC1D

Tints of Bahia #A8CC1D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 50.87%

 BLUE value IS 29 (11.72% from 255) = 7.23%

R = 41.9%
G = 50.87%
B = 7.23%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#A8CC1D (or 0xA8CC1D) is known color: Bahia. HEX triplet: A8, CC and 1D. RGB value is (168,204,29). Sum of RGB (Red+Green+Blue) = 168+204+29=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 204 (80.08% from 255 or 50.87% from 401); Blue value is 29 (11.72% from 255 or 7.23% from 401); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CC1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CC1D is #5733E2. Grayscale: #ADADAD. Windows color (decimal): -5714915 or 1952936. OLE color: 1952936.

HSL color Cylindrical-coordinate representation of color #A8CC1D: hue angle of 72.34º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A8CC1D is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB 168 204 29 -
CMYK 0.18 0 0.86 0.2
HSL 72.34º 0.75% 0.46% -
HSV(B) 72.34º 0.86% 0.8% -
XYZ 37.96 51.6 9.12 -
YUV 173.29 46.57 124.23 -
System Red Green Blue C M Y K H S L
Decimal 168 204 29 0.18 0 0.86 0.2 72.34 0.75 0.46
Hex A8 CC 1D 12 0 56 14 48 4B 2E
Octal 250 314 35 22 0 126 24 110 113 56
Binary 10101000 11001100 11101 10010 0 1010110 10100 1001000 1001011 101110

Color Harmonies of #A8CC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CC1D

Black with #A8CC1D

Text Example


Text Example

White with #A8CC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CC1D; }

 p { color: rgb(168,204,29); }

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

background-color css

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

 a { background-color: rgb(168,204,29); }

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

border-color css

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

 span { border-color: rgb(168,204,29); }

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