Html Css Color HEX #A8BE12 Bahia

📋 copy color: '#A8BE12'

red 168 ◦ green 190 ◦ blue 18

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

Shades of Bahia #A8BE12

Tints of Bahia #A8BE12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.79%

R = 44.68%
G = 50.53%
B = 4.79%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#A8BE12 (or 0xA8BE12) is known color: Bahia. HEX triplet: A8, BE and 12. RGB value is (168,190,18). Sum of RGB (Red+Green+Blue) = 168+190+18=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 190 (74.61% from 255 or 50.53% from 376); Blue value is 18 (7.42% from 255 or 4.79% from 376); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BE12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BE12 is #5741ED. Grayscale: #A4A4A4. Windows color (decimal): -5718510 or 1228456. OLE color: 1228456.

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

Color convert

RGB 168 190 18 -
CMYK 0.12 0 0.91 0.25
HSL 67.67º 0.83% 0.41% -
HSV(B) 67.67º 0.91% 0.75% -
XYZ 34.67 45.2 7.47 -
YUV 163.81 45.71 130.99 -
System Red Green Blue C M Y K H S L
Decimal 168 190 18 0.12 0 0.91 0.25 67.67 0.83 0.41
Hex A8 BE 12 C 0 5B 19 44 53 29
Octal 250 276 22 14 0 133 31 104 123 51
Binary 10101000 10111110 10010 1100 0 1011011 11001 1000100 1010011 101001

Color Harmonies of #A8BE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BE12

Black with #A8BE12

Text Example


Text Example

White with #A8BE12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BE12; }

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

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

background-color css

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

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

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

border-color css

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

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

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