Html Css Color HEX #A8BE14 Bahia

📋 copy color: '#A8BE14'

red 168 ◦ green 190 ◦ blue 20

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

Shades of Bahia #A8BE14

Tints of Bahia #A8BE14

RGB

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

 GREEN value IS 190 (74.61% from 255) = 50.26%

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

R = 44.44%
G = 50.26%
B = 5.29%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#A8BE14 (or 0xA8BE14) is known color: Bahia. HEX triplet: A8, BE and 14. RGB value is (168,190,20). Sum of RGB (Red+Green+Blue) = 168+190+20=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 190 (74.61% from 255 or 50.26% from 378); Blue value is 20 (8.20% from 255 or 5.29% from 378); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BE14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BE14 is #5741EB. Grayscale: #A4A4A4. Windows color (decimal): -5718508 or 1359528. OLE color: 1359528.

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

Color convert

RGB 168 190 20 -
CMYK 0.12 0 0.89 0.25
HSL 67.76º 0.81% 0.41% -
HSV(B) 67.76º 0.89% 0.75% -
XYZ 34.69 45.2 7.56 -
YUV 164.04 46.71 130.82 -
System Red Green Blue C M Y K H S L
Decimal 168 190 20 0.12 0 0.89 0.25 67.76 0.81 0.41
Hex A8 BE 14 C 0 59 19 44 51 29
Octal 250 276 24 14 0 131 31 104 121 51
Binary 10101000 10111110 10100 1100 0 1011001 11001 1000100 1010001 101001

Color Harmonies of #A8BE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BE14

Black with #A8BE14

Text Example


Text Example

White with #A8BE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BE14; }

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

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

background-color css

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

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

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

border-color css

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

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

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