Html Css Color HEX #A8BB30 Bahia

📋 copy color: '#A8BB30'

red 168 ◦ green 187 ◦ blue 48

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

Shades of Bahia #A8BB30

Tints of Bahia #A8BB30

RGB

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

 GREEN value IS 187 (73.44% from 255) = 46.4%

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

R = 41.69%
G = 46.4%
B = 11.91%

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

#A8BB30 (or 0xA8BB30) is known color: Bahia. HEX triplet: A8, BB and 30. RGB value is (168,187,48). Sum of RGB (Red+Green+Blue) = 168+187+48=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 187 (73.44% from 255 or 46.40% from 403); Blue value is 48 (19.14% from 255 or 11.91% from 403); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BB30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BB30 is #5744CF. Grayscale: #A6A6A6. Windows color (decimal): -5719248 or 3193768. OLE color: 3193768.

HSL color Cylindrical-coordinate representation of color #A8BB30: hue angle of 68.2º 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 #A8BB30 is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 187 48 -
CMYK 0.10 0 0.74 0.27
HSL 68.2º 0.59% 0.46% -
HSV(B) 68.2º 0.74% 0.73% -
XYZ 34.45 44.08 9.49 -
YUV 165.47 61.71 129.8 -
System Red Green Blue C M Y K H S L
Decimal 168 187 48 0.10 0 0.74 0.27 68.2 0.59 0.46
Hex A8 BB 30 A 0 4A 1B 44 3B 2E
Octal 250 273 60 12 0 112 33 104 73 56
Binary 10101000 10111011 110000 1010 0 1001010 11011 1000100 111011 101110

Color Harmonies of #A8BB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BB30

Black with #A8BB30

Text Example


Text Example

White with #A8BB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BB30; }

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

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

background-color css

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

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

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

border-color css

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

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

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