Html Css Color HEX #A8BC1E Bahia

📋 copy color: '#A8BC1E'

red 168 ◦ green 188 ◦ blue 30

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

Shades of Bahia #A8BC1E

Tints of Bahia #A8BC1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.77%

R = 43.52%
G = 48.7%
B = 7.77%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#A8BC1E (or 0xA8BC1E) is known color: Bahia. HEX triplet: A8, BC and 1E. RGB value is (168,188,30). Sum of RGB (Red+Green+Blue) = 168+188+30=386 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.52% from 386); Green value is 188 (73.83% from 255 or 48.70% from 386); Blue value is 30 (12.11% from 255 or 7.77% from 386); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BC1E is #5743E1. Grayscale: #A4A4A4. Windows color (decimal): -5719010 or 2014376. OLE color: 2014376.

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

Color convert

RGB 168 188 30 -
CMYK 0.11 0 0.84 0.26
HSL 67.59º 0.72% 0.43% -
HSV(B) 67.59º 0.84% 0.74% -
XYZ 34.37 44.39 7.98 -
YUV 164.01 52.37 130.85 -
System Red Green Blue C M Y K H S L
Decimal 168 188 30 0.11 0 0.84 0.26 67.59 0.72 0.43
Hex A8 BC 1E B 0 54 1A 44 48 2B
Octal 250 274 36 13 0 124 32 104 110 53
Binary 10101000 10111100 11110 1011 0 1010100 11010 1000100 1001000 101011

Color Harmonies of #A8BC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BC1E

Black with #A8BC1E

Text Example


Text Example

White with #A8BC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BC1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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