Html Css Color HEX #ADBA25 Bahia

📋 copy color: '#ADBA25'

red 173 ◦ green 186 ◦ blue 37

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

Shades of Bahia #ADBA25

Tints of Bahia #ADBA25

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.97%

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

R = 43.69%
G = 46.97%
B = 9.34%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#ADBA25 (or 0xADBA25) is known color: Bahia. HEX triplet: AD, BA and 25. RGB value is (173,186,37). Sum of RGB (Red+Green+Blue) = 173+186+37=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 186 (73.05% from 255 or 46.97% from 396); Blue value is 37 (14.84% from 255 or 9.34% from 396); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBA25 is #5245DA. Grayscale: #A5A5A5. Windows color (decimal): -5391835 or 2472621. OLE color: 2472621.

HSL color Cylindrical-coordinate representation of color #ADBA25: hue angle of 65.23º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ADBA25 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 186 37 -
CMYK 0.07 0 0.80 0.27
HSL 65.23º 0.67% 0.44% -
HSV(B) 65.23º 0.8% 0.73% -
XYZ 35.13 44.14 8.42 -
YUV 165.13 55.69 133.62 -
System Red Green Blue C M Y K H S L
Decimal 173 186 37 0.07 0 0.80 0.27 65.23 0.67 0.44
Hex AD BA 25 7 0 50 1B 41 43 2C
Octal 255 272 45 7 0 120 33 101 103 54
Binary 10101101 10111010 100101 111 0 1010000 11011 1000001 1000011 101100

Color Harmonies of #ADBA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBA25

Black with #ADBA25

Text Example


Text Example

White with #ADBA25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBA25; }

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

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

background-color css

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

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

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

border-color css

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

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

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