Html Css Color HEX #A8BE18 Bahia

📋 copy color: '#A8BE18'

red 168 ◦ green 190 ◦ blue 24

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

Shades of Bahia #A8BE18

Tints of Bahia #A8BE18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.28%

R = 43.98%
G = 49.74%
B = 6.28%

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

#A8BE18 (or 0xA8BE18) is known color: Bahia. HEX triplet: A8, BE and 18. RGB value is (168,190,24). Sum of RGB (Red+Green+Blue) = 168+190+24=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 190 (74.61% from 255 or 49.74% from 382); Blue value is 24 (9.77% from 255 or 6.28% from 382); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BE18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BE18 is #5741E7. Grayscale: #A5A5A5. Windows color (decimal): -5718504 or 1621672. OLE color: 1621672.

HSL color Cylindrical-coordinate representation of color #A8BE18: hue angle of 67.95º degrees, saturation: 0.78, 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 #A8BE18 is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 190 24 -
CMYK 0.12 0 0.87 0.25
HSL 67.95º 0.78% 0.42% -
HSV(B) 67.95º 0.87% 0.75% -
XYZ 34.73 45.22 7.76 -
YUV 164.5 48.71 130.5 -
System Red Green Blue C M Y K H S L
Decimal 168 190 24 0.12 0 0.87 0.25 67.95 0.78 0.42
Hex A8 BE 18 C 0 57 19 44 4E 2A
Octal 250 276 30 14 0 127 31 104 116 52
Binary 10101000 10111110 11000 1100 0 1010111 11001 1000100 1001110 101010

Color Harmonies of #A8BE18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BE18

Black with #A8BE18

Text Example


Text Example

White with #A8BE18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BE18; }

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

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

background-color css

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

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

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

border-color css

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

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

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