Html Css Color HEX #A8C625 Bahia

📋 copy color: '#A8C625'

red 168 ◦ green 198 ◦ blue 37

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

Shades of Bahia #A8C625

Tints of Bahia #A8C625

RGB

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

 GREEN value IS 198 (77.73% from 255) = 49.13%

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

R = 41.69%
G = 49.13%
B = 9.18%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#A8C625 (or 0xA8C625) is known color: Bahia. HEX triplet: A8, C6 and 25. RGB value is (168,198,37). Sum of RGB (Red+Green+Blue) = 168+198+37=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 198 (77.73% from 255 or 49.13% from 403); Blue value is 37 (14.84% from 255 or 9.18% from 403); Max value from RGB is 198 - color contains mainly: green. Hex color #A8C625 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C625 is #5739DA. Grayscale: #ABABAB. Windows color (decimal): -5716443 or 2475688. OLE color: 2475688.

HSL color Cylindrical-coordinate representation of color #A8C625: hue angle of 71.18º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A8C625 is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 168 198 37 -
CMYK 0.15 0 0.81 0.22
HSL 71.18º 0.69% 0.46% -
HSV(B) 71.18º 0.81% 0.78% -
XYZ 36.68 48.85 9.25 -
YUV 170.68 52.56 126.09 -
System Red Green Blue C M Y K H S L
Decimal 168 198 37 0.15 0 0.81 0.22 71.18 0.69 0.46
Hex A8 C6 25 F 0 51 16 47 45 2E
Octal 250 306 45 17 0 121 26 107 105 56
Binary 10101000 11000110 100101 1111 0 1010001 10110 1000111 1000101 101110

Color Harmonies of #A8C625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C625

Black with #A8C625

Text Example


Text Example

White with #A8C625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C625; }

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

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

background-color css

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

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

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

border-color css

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

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

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