Html Css Color HEX #ADBF2A Bahia

📋 copy color: '#ADBF2A'

red 173 ◦ green 191 ◦ blue 42

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

Shades of Bahia #ADBF2A

Tints of Bahia #ADBF2A

RGB

 RED value IS 173 (67.97% from 255) = 42.61%

 GREEN value IS 191 (75% from 255) = 47.04%

 BLUE value IS 42 (16.8% from 255) = 10.34%

R = 42.61%
G = 47.04%
B = 10.34%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#ADBF2A (or 0xADBF2A) is known color: Bahia. HEX triplet: AD, BF and 2A. RGB value is (173,191,42). Sum of RGB (Red+Green+Blue) = 173+191+42=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 191 (75% from 255 or 47.04% from 406); Blue value is 42 (16.80% from 255 or 10.34% from 406); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBF2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBF2A is #5240D5. Grayscale: #A9A9A9. Windows color (decimal): -5390550 or 2801581. OLE color: 2801581.

HSL color Cylindrical-coordinate representation of color #ADBF2A: hue angle of 67.25º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ADBF2A is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 191 42 -
CMYK 0.09 0 0.78 0.25
HSL 67.25º 0.64% 0.46% -
HSV(B) 67.25º 0.78% 0.75% -
XYZ 36.28 46.31 9.22 -
YUV 168.63 56.54 131.12 -
System Red Green Blue C M Y K H S L
Decimal 173 191 42 0.09 0 0.78 0.25 67.25 0.64 0.46
Hex AD BF 2A 9 0 4E 19 43 40 2E
Octal 255 277 52 11 0 116 31 103 100 56
Binary 10101101 10111111 101010 1001 0 1001110 11001 1000011 1000000 101110

Color Harmonies of #ADBF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBF2A

Black with #ADBF2A

Text Example


Text Example

White with #ADBF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBF2A; }

 p { color: rgb(173,191,42); }

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

background-color css

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

 a { background-color: rgb(173,191,42); }

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

border-color css

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

 span { border-color: rgb(173,191,42); }

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