Html Css Color HEX #A8BE13 Bahia

📋 copy color: '#A8BE13'

red 168 ◦ green 190 ◦ blue 19

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

Shades of Bahia #A8BE13

Tints of Bahia #A8BE13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.04%

R = 44.56%
G = 50.4%
B = 5.04%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#A8BE13 (or 0xA8BE13) is known color: Bahia. HEX triplet: A8, BE and 13. RGB value is (168,190,19). Sum of RGB (Red+Green+Blue) = 168+190+19=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 190 (74.61% from 255 or 50.40% from 377); Blue value is 19 (7.81% from 255 or 5.04% from 377); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BE13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BE13 is #5741EC. Grayscale: #A4A4A4. Windows color (decimal): -5718509 or 1293992. OLE color: 1293992.

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

Color convert

RGB 168 190 19 -
CMYK 0.12 0 0.90 0.25
HSL 67.72º 0.82% 0.41% -
HSV(B) 67.72º 0.9% 0.75% -
XYZ 34.68 45.2 7.51 -
YUV 163.93 46.21 130.9 -
System Red Green Blue C M Y K H S L
Decimal 168 190 19 0.12 0 0.90 0.25 67.72 0.82 0.41
Hex A8 BE 13 C 0 5A 19 44 52 29
Octal 250 276 23 14 0 132 31 104 122 51
Binary 10101000 10111110 10011 1100 0 1011010 11001 1000100 1010010 101001

Color Harmonies of #A8BE13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BE13

Black with #A8BE13

Text Example


Text Example

White with #A8BE13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BE13; }

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

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

background-color css

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

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

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

border-color css

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

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

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