Html Css Color HEX #A7BD11 Bahia

📋 copy color: '#A7BD11'

red 167 ◦ green 189 ◦ blue 17

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

Shades of Bahia #A7BD11

Tints of Bahia #A7BD11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.56%

R = 44.77%
G = 50.67%
B = 4.56%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#A7BD11 (or 0xA7BD11) is known color: Bahia. HEX triplet: A7, BD and 11. RGB value is (167,189,17). Sum of RGB (Red+Green+Blue) = 167+189+17=373 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.77% from 373); Green value is 189 (74.22% from 255 or 50.67% from 373); Blue value is 17 (7.03% from 255 or 4.56% from 373); Max value from RGB is 189 - color contains mainly: green. Hex color #A7BD11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7BD11 is #5842EE. Grayscale: #A3A3A3. Windows color (decimal): -5784303 or 1162663. OLE color: 1162663.

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

Color convert

RGB 167 189 17 -
CMYK 0.12 0 0.91 0.26
HSL 67.67º 0.83% 0.4% -
HSV(B) 67.67º 0.91% 0.74% -
XYZ 34.24 44.65 7.34 -
YUV 162.81 45.71 130.99 -
System Red Green Blue C M Y K H S L
Decimal 167 189 17 0.12 0 0.91 0.26 67.67 0.83 0.4
Hex A7 BD 11 C 0 5B 1A 44 53 28
Octal 247 275 21 14 0 133 32 104 123 50
Binary 10100111 10111101 10001 1100 0 1011011 11010 1000100 1010011 101000

Color Harmonies of #A7BD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BD11

Black with #A7BD11

Text Example


Text Example

White with #A7BD11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BD11; }

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

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

background-color css

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

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

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

border-color css

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

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

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