Html Css Color HEX #ADBF25 Bahia

📋 copy color: '#ADBF25'

red 173 ◦ green 191 ◦ blue 37

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

Shades of Bahia #ADBF25

Tints of Bahia #ADBF25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.23%

R = 43.14%
G = 47.63%
B = 9.23%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#ADBF25 (or 0xADBF25) is known color: Bahia. HEX triplet: AD, BF and 25. RGB value is (173,191,37). Sum of RGB (Red+Green+Blue) = 173+191+37=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 191 (75% from 255 or 47.63% from 401); Blue value is 37 (14.84% from 255 or 9.23% from 401); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBF25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBF25 is #5240DA. Grayscale: #A8A8A8. Windows color (decimal): -5390555 or 2473901. OLE color: 2473901.

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

Color convert

RGB 173 191 37 -
CMYK 0.09 0 0.81 0.25
HSL 67.01º 0.68% 0.45% -
HSV(B) 67.01º 0.81% 0.75% -
XYZ 36.2 46.28 8.78 -
YUV 168.06 54.04 131.52 -
System Red Green Blue C M Y K H S L
Decimal 173 191 37 0.09 0 0.81 0.25 67.01 0.68 0.45
Hex AD BF 25 9 0 51 19 43 44 2D
Octal 255 277 45 11 0 121 31 103 104 55
Binary 10101101 10111111 100101 1001 0 1010001 11001 1000011 1000100 101101

Color Harmonies of #ADBF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBF25

Black with #ADBF25

Text Example


Text Example

White with #ADBF25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBF25; }

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

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

background-color css

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

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

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

border-color css

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

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

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