Html Css Color HEX #A8BD14 Bahia

📋 copy color: '#A8BD14'

red 168 ◦ green 189 ◦ blue 20

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

Shades of Bahia #A8BD14

Tints of Bahia #A8BD14

RGB

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

 GREEN value IS 189 (74.22% from 255) = 50.13%

 BLUE value IS 20 (8.2% from 255) = 5.31%

R = 44.56%
G = 50.13%
B = 5.31%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#A8BD14 (or 0xA8BD14) is known color: Bahia. HEX triplet: A8, BD and 14. RGB value is (168,189,20). Sum of RGB (Red+Green+Blue) = 168+189+20=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 189 (74.22% from 255 or 50.13% from 377); Blue value is 20 (8.20% from 255 or 5.31% from 377); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BD14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BD14 is #5742EB. Grayscale: #A4A4A4. Windows color (decimal): -5718764 or 1359272. OLE color: 1359272.

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

Color convert

RGB 168 189 20 -
CMYK 0.11 0 0.89 0.26
HSL 67.46º 0.81% 0.41% -
HSV(B) 67.46º 0.89% 0.74% -
XYZ 34.47 44.77 7.49 -
YUV 163.46 47.04 131.24 -
System Red Green Blue C M Y K H S L
Decimal 168 189 20 0.11 0 0.89 0.26 67.46 0.81 0.41
Hex A8 BD 14 B 0 59 1A 43 51 29
Octal 250 275 24 13 0 131 32 103 121 51
Binary 10101000 10111101 10100 1011 0 1011001 11010 1000011 1010001 101001

Color Harmonies of #A8BD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BD14

Black with #A8BD14

Text Example


Text Example

White with #A8BD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BD14; }

 p { color: rgb(168,189,20); }

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

background-color css

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

 a { background-color: rgb(168,189,20); }

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

border-color css

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

 span { border-color: rgb(168,189,20); }

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