Html Css Color HEX #ADB72F Bahia

📋 copy color: '#ADB72F'

red 173 ◦ green 183 ◦ blue 47

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

Shades of Bahia #ADB72F

Tints of Bahia #ADB72F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.66%

R = 42.93%
G = 45.41%
B = 11.66%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#ADB72F (or 0xADB72F) is known color: Bahia. HEX triplet: AD, B7 and 2F. RGB value is (173,183,47). Sum of RGB (Red+Green+Blue) = 173+183+47=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 183 (71.88% from 255 or 45.41% from 403); Blue value is 47 (18.75% from 255 or 11.66% from 403); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB72F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB72F is #5248D0. Grayscale: #A5A5A5. Windows color (decimal): -5392593 or 3127213. OLE color: 3127213.

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

Color convert

RGB 173 183 47 -
CMYK 0.05 0 0.74 0.28
HSL 64.41º 0.59% 0.45% -
HSV(B) 64.41º 0.74% 0.72% -
XYZ 34.68 42.96 9.15 -
YUV 164.51 61.69 134.06 -
System Red Green Blue C M Y K H S L
Decimal 173 183 47 0.05 0 0.74 0.28 64.41 0.59 0.45
Hex AD B7 2F 5 0 4A 1C 40 3B 2D
Octal 255 267 57 5 0 112 34 100 73 55
Binary 10101101 10110111 101111 101 0 1001010 11100 1000000 111011 101101

Color Harmonies of #ADB72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB72F

Black with #ADB72F

Text Example


Text Example

White with #ADB72F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB72F; }

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

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

background-color css

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

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

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

border-color css

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

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

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