Html Css Color HEX #ADB627 Bahia

📋 copy color: '#ADB627'

red 173 ◦ green 182 ◦ blue 39

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

Shades of Bahia #ADB627

Tints of Bahia #ADB627

RGB

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

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

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

R = 43.91%
G = 46.19%
B = 9.9%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#ADB627 (or 0xADB627) is known color: Bahia. HEX triplet: AD, B6 and 27. RGB value is (173,182,39). Sum of RGB (Red+Green+Blue) = 173+182+39=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 182 (71.48% from 255 or 46.19% from 394); Blue value is 39 (15.62% from 255 or 9.90% from 394); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB627 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB627 is #5249D8. Grayscale: #A3A3A3. Windows color (decimal): -5392857 or 2602669. OLE color: 2602669.

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

Color convert

RGB 173 182 39 -
CMYK 0.05 0 0.79 0.29
HSL 63.78º 0.65% 0.43% -
HSV(B) 63.78º 0.79% 0.71% -
XYZ 34.33 42.49 8.31 -
YUV 163.01 58.02 135.13 -
System Red Green Blue C M Y K H S L
Decimal 173 182 39 0.05 0 0.79 0.29 63.78 0.65 0.43
Hex AD B6 27 5 0 4F 1D 40 41 2B
Octal 255 266 47 5 0 117 35 100 101 53
Binary 10101101 10110110 100111 101 0 1001111 11101 1000000 1000001 101011

Color Harmonies of #ADB627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB627

Black with #ADB627

Text Example


Text Example

White with #ADB627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB627; }

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

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

background-color css

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

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

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

border-color css

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

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

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