Html Css Color HEX #A7C825 Bahia

📋 copy color: '#A7C825'

red 167 ◦ green 200 ◦ blue 37

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

Shades of Bahia #A7C825

Tints of Bahia #A7C825

RGB

 RED value IS 167 (65.63% from 255) = 41.34%

 GREEN value IS 200 (78.52% from 255) = 49.5%

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

R = 41.34%
G = 49.5%
B = 9.16%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#A7C825 (or 0xA7C825) is known color: Bahia. HEX triplet: A7, C8 and 25. RGB value is (167,200,37). Sum of RGB (Red+Green+Blue) = 167+200+37=404 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.34% from 404); Green value is 200 (78.52% from 255 or 49.50% from 404); Blue value is 37 (14.84% from 255 or 9.16% from 404); Max value from RGB is 200 - color contains mainly: green. Hex color #A7C825 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7C825 is #5837DA. Grayscale: #ACACAC. Windows color (decimal): -5781467 or 2476199. OLE color: 2476199.

HSL color Cylindrical-coordinate representation of color #A7C825: hue angle of 72.15º 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 #A7C825 is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 167 200 37 -
CMYK 0.16 0 0.82 0.22
HSL 72.15º 0.69% 0.46% -
HSV(B) 72.15º 0.82% 0.78% -
XYZ 36.92 49.66 9.39 -
YUV 171.55 52.07 124.75 -
System Red Green Blue C M Y K H S L
Decimal 167 200 37 0.16 0 0.82 0.22 72.15 0.69 0.46
Hex A7 C8 25 10 0 52 16 48 45 2E
Octal 247 310 45 20 0 122 26 110 105 56
Binary 10100111 11001000 100101 10000 0 1010010 10110 1001000 1000101 101110

Color Harmonies of #A7C825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7C825

Black with #A7C825

Text Example


Text Example

White with #A7C825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7C825; }

 p { color: rgb(167,200,37); }

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

background-color css

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

 a { background-color: rgb(167,200,37); }

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

border-color css

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

 span { border-color: rgb(167,200,37); }

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