Html Css Color HEX #A7BD2D Bahia

📋 copy color: '#A7BD2D'

red 167 ◦ green 189 ◦ blue 45

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

Shades of Bahia #A7BD2D

Tints of Bahia #A7BD2D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 47.13%

 BLUE value IS 45 (17.97% from 255) = 11.22%

R = 41.65%
G = 47.13%
B = 11.22%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#A7BD2D (or 0xA7BD2D) is known color: Bahia. HEX triplet: A7, BD and 2D. RGB value is (167,189,45). Sum of RGB (Red+Green+Blue) = 167+189+45=401 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.65% from 401); Green value is 189 (74.22% from 255 or 47.13% from 401); Blue value is 45 (17.97% from 255 or 11.22% from 401); Max value from RGB is 189 - color contains mainly: green. Hex color #A7BD2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7BD2D is #5842D2. Grayscale: #A6A6A6. Windows color (decimal): -5784275 or 2997671. OLE color: 2997671.

HSL color Cylindrical-coordinate representation of color #A7BD2D: hue angle of 69.17º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A7BD2D is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 167 189 45 -
CMYK 0.12 0 0.76 0.26
HSL 69.17º 0.62% 0.46% -
HSV(B) 69.17º 0.76% 0.74% -
XYZ 34.61 44.8 9.31 -
YUV 166.01 59.71 128.71 -
System Red Green Blue C M Y K H S L
Decimal 167 189 45 0.12 0 0.76 0.26 69.17 0.62 0.46
Hex A7 BD 2D C 0 4C 1A 45 3E 2E
Octal 247 275 55 14 0 114 32 105 76 56
Binary 10100111 10111101 101101 1100 0 1001100 11010 1000101 111110 101110

Color Harmonies of #A7BD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BD2D

Black with #A7BD2D

Text Example


Text Example

White with #A7BD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BD2D; }

 p { color: rgb(167,189,45); }

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

background-color css

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

 a { background-color: rgb(167,189,45); }

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

border-color css

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

 span { border-color: rgb(167,189,45); }

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