Html Css Color HEX #A8BA30 Bahia

📋 copy color: '#A8BA30'

red 168 ◦ green 186 ◦ blue 48

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

Shades of Bahia #A8BA30

Tints of Bahia #A8BA30

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.27%

 BLUE value IS 48 (19.14% from 255) = 11.94%

R = 41.79%
G = 46.27%
B = 11.94%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#A8BA30 (or 0xA8BA30) is known color: Bahia. HEX triplet: A8, BA and 30. RGB value is (168,186,48). Sum of RGB (Red+Green+Blue) = 168+186+48=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 186 (73.05% from 255 or 46.27% from 402); Blue value is 48 (19.14% from 255 or 11.94% from 402); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BA30 is #5745CF. Grayscale: #A5A5A5. Windows color (decimal): -5719504 or 3193512. OLE color: 3193512.

HSL color Cylindrical-coordinate representation of color #A8BA30: hue angle of 67.83º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A8BA30 is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 186 48 -
CMYK 0.10 0 0.74 0.27
HSL 67.83º 0.59% 0.46% -
HSV(B) 67.83º 0.74% 0.73% -
XYZ 34.24 43.66 9.42 -
YUV 164.89 62.04 130.22 -
System Red Green Blue C M Y K H S L
Decimal 168 186 48 0.10 0 0.74 0.27 67.83 0.59 0.46
Hex A8 BA 30 A 0 4A 1B 44 3B 2E
Octal 250 272 60 12 0 112 33 104 73 56
Binary 10101000 10111010 110000 1010 0 1001010 11011 1000100 111011 101110

Color Harmonies of #A8BA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BA30

Black with #A8BA30

Text Example


Text Example

White with #A8BA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BA30; }

 p { color: rgb(168,186,48); }

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

background-color css

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

 a { background-color: rgb(168,186,48); }

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

border-color css

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

 span { border-color: rgb(168,186,48); }

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