Html Css Color HEX #ADBA27 Bahia

📋 copy color: '#ADBA27'

red 173 ◦ green 186 ◦ blue 39

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

Shades of Bahia #ADBA27

Tints of Bahia #ADBA27

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.73%

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

R = 43.47%
G = 46.73%
B = 9.8%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#ADBA27 (or 0xADBA27) is known color: Bahia. HEX triplet: AD, BA and 27. RGB value is (173,186,39). Sum of RGB (Red+Green+Blue) = 173+186+39=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 186 (73.05% from 255 or 46.73% from 398); Blue value is 39 (15.62% from 255 or 9.80% from 398); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBA27 is #5245D8. Grayscale: #A5A5A5. Windows color (decimal): -5391833 or 2603693. OLE color: 2603693.

HSL color Cylindrical-coordinate representation of color #ADBA27: hue angle of 65.31º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ADBA27 is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 186 39 -
CMYK 0.07 0 0.79 0.27
HSL 65.31º 0.65% 0.44% -
HSV(B) 65.31º 0.79% 0.73% -
XYZ 35.16 44.15 8.59 -
YUV 165.36 56.69 133.45 -
System Red Green Blue C M Y K H S L
Decimal 173 186 39 0.07 0 0.79 0.27 65.31 0.65 0.44
Hex AD BA 27 7 0 4F 1B 41 41 2C
Octal 255 272 47 7 0 117 33 101 101 54
Binary 10101101 10111010 100111 111 0 1001111 11011 1000001 1000001 101100

Color Harmonies of #ADBA27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBA27

Black with #ADBA27

Text Example


Text Example

White with #ADBA27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBA27; }

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

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

background-color css

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

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

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

border-color css

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

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

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