Html Css Color HEX #ADB62F Bahia

📋 copy color: '#ADB62F'

red 173 ◦ green 182 ◦ blue 47

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

Shades of Bahia #ADB62F

Tints of Bahia #ADB62F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 45.27%

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

R = 43.03%
G = 45.27%
B = 11.69%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#ADB62F (or 0xADB62F) is known color: Bahia. HEX triplet: AD, B6 and 2F. RGB value is (173,182,47). Sum of RGB (Red+Green+Blue) = 173+182+47=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 182 (71.48% from 255 or 45.27% from 402); Blue value is 47 (18.75% from 255 or 11.69% from 402); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB62F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB62F is #5249D0. Grayscale: #A4A4A4. Windows color (decimal): -5392849 or 3126957. OLE color: 3126957.

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

Color convert

RGB 173 182 47 -
CMYK 0.05 0 0.74 0.29
HSL 64º 0.59% 0.45% -
HSV(B) 64º 0.74% 0.71% -
XYZ 34.47 42.55 9.08 -
YUV 163.92 62.02 134.48 -
System Red Green Blue C M Y K H S L
Decimal 173 182 47 0.05 0 0.74 0.29 64 0.59 0.45
Hex AD B6 2F 5 0 4A 1D 40 3B 2D
Octal 255 266 57 5 0 112 35 100 73 55
Binary 10101101 10110110 101111 101 0 1001010 11101 1000000 111011 101101

Color Harmonies of #ADB62F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB62F

Black with #ADB62F

Text Example


Text Example

White with #ADB62F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB62F; }

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

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

background-color css

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

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

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

border-color css

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

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

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