Html Css Color HEX #ADC71B Bahia

📋 copy color: '#ADC71B'

red 173 ◦ green 199 ◦ blue 27

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

Shades of Bahia #ADC71B

Tints of Bahia #ADC71B

RGB

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

 GREEN value IS 199 (78.13% from 255) = 49.87%

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

R = 43.36%
G = 49.87%
B = 6.77%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#ADC71B (or 0xADC71B) is known color: Bahia. HEX triplet: AD, C7 and 1B. RGB value is (173,199,27). Sum of RGB (Red+Green+Blue) = 173+199+27=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 199 (78.12% from 255 or 49.87% from 399); Blue value is 27 (10.94% from 255 or 6.77% from 399); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC71B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC71B is #5238E4. Grayscale: #ACACAC. Windows color (decimal): -5388517 or 1820589. OLE color: 1820589.

HSL color Cylindrical-coordinate representation of color #ADC71B: hue angle of 69.07º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ADC71B is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 199 27 -
CMYK 0.13 0 0.86 0.22
HSL 69.07º 0.76% 0.44% -
HSV(B) 69.07º 0.86% 0.78% -
XYZ 37.85 49.81 8.66 -
YUV 171.62 46.39 128.99 -
System Red Green Blue C M Y K H S L
Decimal 173 199 27 0.13 0 0.86 0.22 69.07 0.76 0.44
Hex AD C7 1B D 0 56 16 45 4C 2C
Octal 255 307 33 15 0 126 26 105 114 54
Binary 10101101 11000111 11011 1101 0 1010110 10110 1000101 1001100 101100

Color Harmonies of #ADC71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC71B

Black with #ADC71B

Text Example


Text Example

White with #ADC71B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC71B; }

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

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

background-color css

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

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

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

border-color css

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

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

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