Html Css Color HEX #ADB72E Bahia

📋 copy color: '#ADB72E'

red 173 ◦ green 183 ◦ blue 46

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

Shades of Bahia #ADB72E

Tints of Bahia #ADB72E

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.52%

 BLUE value IS 46 (18.36% from 255) = 11.44%

R = 43.03%
G = 45.52%
B = 11.44%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#ADB72E (or 0xADB72E) is known color: Bahia. HEX triplet: AD, B7 and 2E. RGB value is (173,183,46). Sum of RGB (Red+Green+Blue) = 173+183+46=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 183 (71.88% from 255 or 45.52% from 402); Blue value is 46 (18.36% from 255 or 11.44% from 402); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB72E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB72E is #5248D1. Grayscale: #A4A4A4. Windows color (decimal): -5392594 or 3061677. OLE color: 3061677.

HSL color Cylindrical-coordinate representation of color #ADB72E: hue angle of 64.38º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ADB72E is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 183 46 -
CMYK 0.05 0 0.75 0.28
HSL 64.38º 0.6% 0.45% -
HSV(B) 64.38º 0.75% 0.72% -
XYZ 34.66 42.95 9.05 -
YUV 164.39 61.19 134.14 -
System Red Green Blue C M Y K H S L
Decimal 173 183 46 0.05 0 0.75 0.28 64.38 0.6 0.45
Hex AD B7 2E 5 0 4B 1C 40 3C 2D
Octal 255 267 56 5 0 113 34 100 74 55
Binary 10101101 10110111 101110 101 0 1001011 11100 1000000 111100 101101

Color Harmonies of #ADB72E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB72E

Black with #ADB72E

Text Example


Text Example

White with #ADB72E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB72E; }

 p { color: rgb(173,183,46); }

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

background-color css

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

 a { background-color: rgb(173,183,46); }

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

border-color css

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

 span { border-color: rgb(173,183,46); }

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