Html Css Color HEX #A8BB25 Bahia

📋 copy color: '#A8BB25'

red 168 ◦ green 187 ◦ blue 37

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

Shades of Bahia #A8BB25

Tints of Bahia #A8BB25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.44%

R = 42.86%
G = 47.7%
B = 9.44%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#A8BB25 (or 0xA8BB25) is known color: Bahia. HEX triplet: A8, BB and 25. RGB value is (168,187,37). Sum of RGB (Red+Green+Blue) = 168+187+37=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 187 (73.44% from 255 or 47.70% from 392); Blue value is 37 (14.84% from 255 or 9.44% from 392); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BB25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BB25 is #5744DA. Grayscale: #A4A4A4. Windows color (decimal): -5719259 or 2472872. OLE color: 2472872.

HSL color Cylindrical-coordinate representation of color #A8BB25: hue angle of 67.6º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A8BB25 is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 187 37 -
CMYK 0.10 0 0.80 0.27
HSL 67.6º 0.67% 0.44% -
HSV(B) 67.6º 0.8% 0.73% -
XYZ 34.25 44 8.44 -
YUV 164.22 56.21 130.7 -
System Red Green Blue C M Y K H S L
Decimal 168 187 37 0.10 0 0.80 0.27 67.6 0.67 0.44
Hex A8 BB 25 A 0 50 1B 44 43 2C
Octal 250 273 45 12 0 120 33 104 103 54
Binary 10101000 10111011 100101 1010 0 1010000 11011 1000100 1000011 101100

Color Harmonies of #A8BB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BB25

Black with #A8BB25

Text Example


Text Example

White with #A8BB25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BB25; }

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

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

background-color css

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

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

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

border-color css

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

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

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