Html Css Color HEX #A7BD1B Bahia

📋 copy color: '#A7BD1B'

red 167 ◦ green 189 ◦ blue 27

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

Shades of Bahia #A7BD1B

Tints of Bahia #A7BD1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.05%

R = 43.6%
G = 49.35%
B = 7.05%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#A7BD1B (or 0xA7BD1B) is known color: Bahia. HEX triplet: A7, BD and 1B. RGB value is (167,189,27). Sum of RGB (Red+Green+Blue) = 167+189+27=383 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.60% from 383); Green value is 189 (74.22% from 255 or 49.35% from 383); Blue value is 27 (10.94% from 255 or 7.05% from 383); Max value from RGB is 189 - color contains mainly: green. Hex color #A7BD1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7BD1B is #5842E4. Grayscale: #A4A4A4. Windows color (decimal): -5784293 or 1818023. OLE color: 1818023.

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

Color convert

RGB 167 189 27 -
CMYK 0.12 0 0.86 0.26
HSL 68.15º 0.75% 0.42% -
HSV(B) 68.15º 0.86% 0.74% -
XYZ 34.33 44.69 7.85 -
YUV 163.95 50.71 130.17 -
System Red Green Blue C M Y K H S L
Decimal 167 189 27 0.12 0 0.86 0.26 68.15 0.75 0.42
Hex A7 BD 1B C 0 56 1A 44 4B 2A
Octal 247 275 33 14 0 126 32 104 113 52
Binary 10100111 10111101 11011 1100 0 1010110 11010 1000100 1001011 101010

Color Harmonies of #A7BD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BD1B

Black with #A7BD1B

Text Example


Text Example

White with #A7BD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BD1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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