Html Css Color HEX #A7BD23 Bahia

📋 copy color: '#A7BD23'

red 167 ◦ green 189 ◦ blue 35

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

Shades of Bahia #A7BD23

Tints of Bahia #A7BD23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.95%

R = 42.71%
G = 48.34%
B = 8.95%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#A7BD23 (or 0xA7BD23) is known color: Bahia. HEX triplet: A7, BD and 23. RGB value is (167,189,35). Sum of RGB (Red+Green+Blue) = 167+189+35=391 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.71% from 391); Green value is 189 (74.22% from 255 or 48.34% from 391); Blue value is 35 (14.06% from 255 or 8.95% from 391); Max value from RGB is 189 - color contains mainly: green. Hex color #A7BD23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7BD23 is #5842DC. Grayscale: #A5A5A5. Windows color (decimal): -5784285 or 2342311. OLE color: 2342311.

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

Color convert

RGB 167 189 35 -
CMYK 0.12 0 0.81 0.26
HSL 68.57º 0.69% 0.44% -
HSV(B) 68.57º 0.81% 0.74% -
XYZ 34.44 44.73 8.41 -
YUV 164.87 54.71 129.52 -
System Red Green Blue C M Y K H S L
Decimal 167 189 35 0.12 0 0.81 0.26 68.57 0.69 0.44
Hex A7 BD 23 C 0 51 1A 45 45 2C
Octal 247 275 43 14 0 121 32 105 105 54
Binary 10100111 10111101 100011 1100 0 1010001 11010 1000101 1000101 101100

Color Harmonies of #A7BD23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BD23

Black with #A7BD23

Text Example


Text Example

White with #A7BD23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BD23; }

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

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

background-color css

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

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

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

border-color css

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

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

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