Html Css Color HEX #ADB227 Bahia

📋 copy color: '#ADB227'

red 173 ◦ green 178 ◦ blue 39

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

Shades of Bahia #ADB227

Tints of Bahia #ADB227

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.64%

 BLUE value IS 39 (15.63% from 255) = 10%

R = 44.36%
G = 45.64%
B = 10%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#ADB227 (or 0xADB227) is known color: Bahia. HEX triplet: AD, B2 and 27. RGB value is (173,178,39). Sum of RGB (Red+Green+Blue) = 173+178+39=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 178 (69.92% from 255 or 45.64% from 390); Blue value is 39 (15.62% from 255 or 10% from 390); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB227 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB227 is #524DD8. Grayscale: #A1A1A1. Windows color (decimal): -5393881 or 2601645. OLE color: 2601645.

HSL color Cylindrical-coordinate representation of color #ADB227: hue angle of 62.16º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ADB227 is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 178 39 -
CMYK 0.03 0 0.78 0.30
HSL 62.16º 0.64% 0.43% -
HSV(B) 62.16º 0.78% 0.7% -
XYZ 33.52 40.87 8.04 -
YUV 160.66 59.34 136.8 -
System Red Green Blue C M Y K H S L
Decimal 173 178 39 0.03 0 0.78 0.30 62.16 0.64 0.43
Hex AD B2 27 3 0 4E 1E 3E 40 2B
Octal 255 262 47 3 0 116 36 76 100 53
Binary 10101101 10110010 100111 11 0 1001110 11110 111110 1000000 101011

Color Harmonies of #ADB227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB227

Black with #ADB227

Text Example


Text Example

White with #ADB227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB227; }

 p { color: rgb(173,178,39); }

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

background-color css

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

 a { background-color: rgb(173,178,39); }

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

border-color css

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

 span { border-color: rgb(173,178,39); }

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