Html Css Color HEX #A7BD28 Bahia

📋 copy color: '#A7BD28'

red 167 ◦ green 189 ◦ blue 40

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

Shades of Bahia #A7BD28

Tints of Bahia #A7BD28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.1%

R = 42.17%
G = 47.73%
B = 10.1%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#A7BD28 (or 0xA7BD28) is known color: Bahia. HEX triplet: A7, BD and 28. RGB value is (167,189,40). Sum of RGB (Red+Green+Blue) = 167+189+40=396 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.17% from 396); Green value is 189 (74.22% from 255 or 47.73% from 396); Blue value is 40 (16.02% from 255 or 10.10% from 396); Max value from RGB is 189 - color contains mainly: green. Hex color #A7BD28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7BD28 is #5842D7. Grayscale: #A6A6A6. Windows color (decimal): -5784280 or 2669991. OLE color: 2669991.

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

Color convert

RGB 167 189 40 -
CMYK 0.12 0 0.79 0.26
HSL 68.86º 0.65% 0.45% -
HSV(B) 68.86º 0.79% 0.74% -
XYZ 34.52 44.76 8.83 -
YUV 165.44 57.21 129.12 -
System Red Green Blue C M Y K H S L
Decimal 167 189 40 0.12 0 0.79 0.26 68.86 0.65 0.45
Hex A7 BD 28 C 0 4F 1A 45 41 2D
Octal 247 275 50 14 0 117 32 105 101 55
Binary 10100111 10111101 101000 1100 0 1001111 11010 1000101 1000001 101101

Color Harmonies of #A7BD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BD28

Black with #A7BD28

Text Example


Text Example

White with #A7BD28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BD28; }

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

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

background-color css

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

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

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

border-color css

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

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

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