Html Css Color HEX #ADBA34 Bahia

📋 copy color: '#ADBA34'

red 173 ◦ green 186 ◦ blue 52

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

Shades of Bahia #ADBA34

Tints of Bahia #ADBA34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.65%

R = 42.09%
G = 45.26%
B = 12.65%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#ADBA34 (or 0xADBA34) is known color: Bahia. HEX triplet: AD, BA and 34. RGB value is (173,186,52). Sum of RGB (Red+Green+Blue) = 173+186+52=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 52 (20.70% from 255 or 12.65% from 411); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBA34 is #5245CB. Grayscale: #A7A7A7. Windows color (decimal): -5391820 or 3455661. OLE color: 3455661.

HSL color Cylindrical-coordinate representation of color #ADBA34: hue angle of 65.82º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ADBA34 is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 186 52 -
CMYK 0.07 0 0.72 0.27
HSL 65.82º 0.56% 0.47% -
HSV(B) 65.82º 0.72% 0.73% -
XYZ 35.41 44.25 9.92 -
YUV 166.84 63.19 132.4 -
System Red Green Blue C M Y K H S L
Decimal 173 186 52 0.07 0 0.72 0.27 65.82 0.56 0.47
Hex AD BA 34 7 0 48 1B 42 38 2F
Octal 255 272 64 7 0 110 33 102 70 57
Binary 10101101 10111010 110100 111 0 1001000 11011 1000010 111000 101111

Color Harmonies of #ADBA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBA34

Black with #ADBA34

Text Example


Text Example

White with #ADBA34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBA34; }

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

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

background-color css

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

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

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

border-color css

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

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

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