Html Css Color HEX #A7BD18 Bahia

📋 copy color: '#A7BD18'

red 167 ◦ green 189 ◦ blue 24

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

Shades of Bahia #A7BD18

Tints of Bahia #A7BD18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.32%

R = 43.95%
G = 49.74%
B = 6.32%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#A7BD18 (or 0xA7BD18) is known color: Bahia. HEX triplet: A7, BD and 18. RGB value is (167,189,24). Sum of RGB (Red+Green+Blue) = 167+189+24=380 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.95% from 380); Green value is 189 (74.22% from 255 or 49.74% from 380); Blue value is 24 (9.77% from 255 or 6.32% from 380); Max value from RGB is 189 - color contains mainly: green. Hex color #A7BD18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7BD18 is #5842E7. Grayscale: #A4A4A4. Windows color (decimal): -5784296 or 1621415. OLE color: 1621415.

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

Color convert

RGB 167 189 24 -
CMYK 0.12 0 0.87 0.26
HSL 68º 0.77% 0.42% -
HSV(B) 68º 0.87% 0.74% -
XYZ 34.3 44.68 7.68 -
YUV 163.61 49.21 130.42 -
System Red Green Blue C M Y K H S L
Decimal 167 189 24 0.12 0 0.87 0.26 68 0.77 0.42
Hex A7 BD 18 C 0 57 1A 44 4D 2A
Octal 247 275 30 14 0 127 32 104 115 52
Binary 10100111 10111101 11000 1100 0 1010111 11010 1000100 1001101 101010

Color Harmonies of #A7BD18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BD18

Black with #A7BD18

Text Example


Text Example

White with #A7BD18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BD18; }

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

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

background-color css

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

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

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

border-color css

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

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

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