Html Css Color HEX #A7BD17 Bahia

📋 copy color: '#A7BD17'

red 167 ◦ green 189 ◦ blue 23

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

Shades of Bahia #A7BD17

Tints of Bahia #A7BD17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.07%

R = 44.06%
G = 49.87%
B = 6.07%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#A7BD17 (or 0xA7BD17) is known color: Bahia. HEX triplet: A7, BD and 17. RGB value is (167,189,23). Sum of RGB (Red+Green+Blue) = 167+189+23=379 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.06% from 379); Green value is 189 (74.22% from 255 or 49.87% from 379); Blue value is 23 (9.38% from 255 or 6.07% from 379); Max value from RGB is 189 - color contains mainly: green. Hex color #A7BD17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7BD17 is #5842E8. Grayscale: #A4A4A4. Windows color (decimal): -5784297 or 1555879. OLE color: 1555879.

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

Color convert

RGB 167 189 23 -
CMYK 0.12 0 0.88 0.26
HSL 67.95º 0.78% 0.42% -
HSV(B) 67.95º 0.88% 0.74% -
XYZ 34.29 44.67 7.63 -
YUV 163.5 48.71 130.5 -
System Red Green Blue C M Y K H S L
Decimal 167 189 23 0.12 0 0.88 0.26 67.95 0.78 0.42
Hex A7 BD 17 C 0 58 1A 44 4E 2A
Octal 247 275 27 14 0 130 32 104 116 52
Binary 10100111 10111101 10111 1100 0 1011000 11010 1000100 1001110 101010

Color Harmonies of #A7BD17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BD17

Black with #A7BD17

Text Example


Text Example

White with #A7BD17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BD17; }

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

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

background-color css

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

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

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

border-color css

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

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

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