Html Css Color HEX #A8BC1D Bahia

📋 copy color: '#A8BC1D'

red 168 ◦ green 188 ◦ blue 29

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

Shades of Bahia #A8BC1D

Tints of Bahia #A8BC1D

RGB

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

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

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

R = 43.64%
G = 48.83%
B = 7.53%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#A8BC1D (or 0xA8BC1D) is known color: Bahia. HEX triplet: A8, BC and 1D. RGB value is (168,188,29). Sum of RGB (Red+Green+Blue) = 168+188+29=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 188 (73.83% from 255 or 48.83% from 385); Blue value is 29 (11.72% from 255 or 7.53% from 385); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BC1D is #5743E2. Grayscale: #A4A4A4. Windows color (decimal): -5719011 or 1948840. OLE color: 1948840.

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

Color convert

RGB 168 188 29 -
CMYK 0.11 0 0.85 0.26
HSL 67.55º 0.73% 0.43% -
HSV(B) 67.55º 0.85% 0.74% -
XYZ 34.35 44.38 7.92 -
YUV 163.89 51.87 130.93 -
System Red Green Blue C M Y K H S L
Decimal 168 188 29 0.11 0 0.85 0.26 67.55 0.73 0.43
Hex A8 BC 1D B 0 55 1A 44 49 2B
Octal 250 274 35 13 0 125 32 104 111 53
Binary 10101000 10111100 11101 1011 0 1010101 11010 1000100 1001001 101011

Color Harmonies of #A8BC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BC1D

Black with #A8BC1D

Text Example


Text Example

White with #A8BC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BC1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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