Html Css Color HEX #A8BE19 Bahia

📋 copy color: '#A8BE19'

red 168 ◦ green 190 ◦ blue 25

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

Shades of Bahia #A8BE19

Tints of Bahia #A8BE19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.53%

R = 43.86%
G = 49.61%
B = 6.53%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#A8BE19 (or 0xA8BE19) is known color: Bahia. HEX triplet: A8, BE and 19. RGB value is (168,190,25). Sum of RGB (Red+Green+Blue) = 168+190+25=383 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.86% from 383); Green value is 190 (74.61% from 255 or 49.61% from 383); Blue value is 25 (10.16% from 255 or 6.53% from 383); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BE19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BE19 is #5741E6. Grayscale: #A5A5A5. Windows color (decimal): -5718503 or 1687208. OLE color: 1687208.

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

Color convert

RGB 168 190 25 -
CMYK 0.12 0 0.87 0.25
HSL 68º 0.77% 0.42% -
HSV(B) 68º 0.87% 0.75% -
XYZ 34.74 45.22 7.82 -
YUV 164.61 49.21 130.42 -
System Red Green Blue C M Y K H S L
Decimal 168 190 25 0.12 0 0.87 0.25 68 0.77 0.42
Hex A8 BE 19 C 0 57 19 44 4D 2A
Octal 250 276 31 14 0 127 31 104 115 52
Binary 10101000 10111110 11001 1100 0 1010111 11001 1000100 1001101 101010

Color Harmonies of #A8BE19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BE19

Black with #A8BE19

Text Example


Text Example

White with #A8BE19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BE19; }

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

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

background-color css

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

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

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

border-color css

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

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

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