Html Css Color HEX #ADB71B Bahia

📋 copy color: '#ADB71B'

red 173 ◦ green 183 ◦ blue 27

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

Shades of Bahia #ADB71B

Tints of Bahia #ADB71B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 47.78%

 BLUE value IS 27 (10.94% from 255) = 7.05%

R = 45.17%
G = 47.78%
B = 7.05%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#ADB71B (or 0xADB71B) is known color: Bahia. HEX triplet: AD, B7 and 1B. RGB value is (173,183,27). Sum of RGB (Red+Green+Blue) = 173+183+27=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 183 (71.88% from 255 or 47.78% from 383); Blue value is 27 (10.94% from 255 or 7.05% from 383); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB71B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB71B is #5248E4. Grayscale: #A2A2A2. Windows color (decimal): -5392613 or 1816493. OLE color: 1816493.

HSL color Cylindrical-coordinate representation of color #ADB71B: hue angle of 63.85º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ADB71B is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 183 27 -
CMYK 0.05 0 0.85 0.28
HSL 63.85º 0.74% 0.41% -
HSV(B) 63.85º 0.85% 0.72% -
XYZ 34.36 42.83 7.49 -
YUV 162.23 51.69 135.68 -
System Red Green Blue C M Y K H S L
Decimal 173 183 27 0.05 0 0.85 0.28 63.85 0.74 0.41
Hex AD B7 1B 5 0 55 1C 40 4A 29
Octal 255 267 33 5 0 125 34 100 112 51
Binary 10101101 10110111 11011 101 0 1010101 11100 1000000 1001010 101001

Color Harmonies of #ADB71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB71B

Black with #ADB71B

Text Example


Text Example

White with #ADB71B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB71B; }

 p { color: rgb(173,183,27); }

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

background-color css

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

 a { background-color: rgb(173,183,27); }

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

border-color css

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

 span { border-color: rgb(173,183,27); }

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