Html Css Color HEX #ADB42F Bahia

📋 copy color: '#ADB42F'

red 173 ◦ green 180 ◦ blue 47

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

Shades of Bahia #ADB42F

Tints of Bahia #ADB42F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45%

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

R = 43.25%
G = 45%
B = 11.75%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#ADB42F (or 0xADB42F) is known color: Bahia. HEX triplet: AD, B4 and 2F. RGB value is (173,180,47). Sum of RGB (Red+Green+Blue) = 173+180+47=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 180 (70.70% from 255 or 45% from 400); Blue value is 47 (18.75% from 255 or 11.75% from 400); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB42F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB42F is #524BD0. Grayscale: #A3A3A3. Windows color (decimal): -5393361 or 3126445. OLE color: 3126445.

HSL color Cylindrical-coordinate representation of color #ADB42F: hue angle of 63.16º 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 #ADB42F is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 180 47 -
CMYK 0.04 0 0.74 0.29
HSL 63.16º 0.59% 0.45% -
HSV(B) 63.16º 0.74% 0.71% -
XYZ 34.07 41.73 8.95 -
YUV 162.75 62.68 135.31 -
System Red Green Blue C M Y K H S L
Decimal 173 180 47 0.04 0 0.74 0.29 63.16 0.59 0.45
Hex AD B4 2F 4 0 4A 1D 3F 3B 2D
Octal 255 264 57 4 0 112 35 77 73 55
Binary 10101101 10110100 101111 100 0 1001010 11101 111111 111011 101101

Color Harmonies of #ADB42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB42F

Black with #ADB42F

Text Example


Text Example

White with #ADB42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB42F; }

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

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

background-color css

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

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

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

border-color css

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

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

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