Html Css Color HEX #A7BA25 Bahia

📋 copy color: '#A7BA25'

red 167 ◦ green 186 ◦ blue 37

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

Shades of Bahia #A7BA25

Tints of Bahia #A7BA25

RGB

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

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

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

R = 42.82%
G = 47.69%
B = 9.49%

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

#A7BA25 (or 0xA7BA25) is known color: Bahia. HEX triplet: A7, BA and 25. RGB value is (167,186,37). Sum of RGB (Red+Green+Blue) = 167+186+37=390 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.82% from 390); Green value is 186 (73.05% from 255 or 47.69% from 390); Blue value is 37 (14.84% from 255 or 9.49% from 390); Max value from RGB is 186 - color contains mainly: green. Hex color #A7BA25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7BA25 is #5845DA. Grayscale: #A3A3A3. Windows color (decimal): -5785051 or 2472615. OLE color: 2472615.

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

Color convert

RGB 167 186 37 -
CMYK 0.10 0 0.80 0.27
HSL 67.65º 0.67% 0.44% -
HSV(B) 67.65º 0.8% 0.73% -
XYZ 33.83 43.47 8.36 -
YUV 163.33 56.71 130.62 -
System Red Green Blue C M Y K H S L
Decimal 167 186 37 0.10 0 0.80 0.27 67.65 0.67 0.44
Hex A7 BA 25 A 0 50 1B 44 43 2C
Octal 247 272 45 12 0 120 33 104 103 54
Binary 10100111 10111010 100101 1010 0 1010000 11011 1000100 1000011 101100

Color Harmonies of #A7BA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BA25

Black with #A7BA25

Text Example


Text Example

White with #A7BA25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BA25; }

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

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

background-color css

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

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

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

border-color css

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

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

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