Html Css Color HEX #ADC51B Bahia

📋 copy color: '#ADC51B'

red 173 ◦ green 197 ◦ blue 27

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

Shades of Bahia #ADC51B

Tints of Bahia #ADC51B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 49.62%

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

R = 43.58%
G = 49.62%
B = 6.8%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#ADC51B (or 0xADC51B) is known color: Bahia. HEX triplet: AD, C5 and 1B. RGB value is (173,197,27). Sum of RGB (Red+Green+Blue) = 173+197+27=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 197 (77.34% from 255 or 49.62% from 397); Blue value is 27 (10.94% from 255 or 6.80% from 397); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC51B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC51B is #523AE4. Grayscale: #ABABAB. Windows color (decimal): -5389029 or 1820077. OLE color: 1820077.

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

Color convert

RGB 173 197 27 -
CMYK 0.12 0 0.86 0.23
HSL 68.47º 0.76% 0.44% -
HSV(B) 68.47º 0.86% 0.77% -
XYZ 37.4 48.9 8.5 -
YUV 170.44 47.05 129.82 -
System Red Green Blue C M Y K H S L
Decimal 173 197 27 0.12 0 0.86 0.23 68.47 0.76 0.44
Hex AD C5 1B C 0 56 17 44 4C 2C
Octal 255 305 33 14 0 126 27 104 114 54
Binary 10101101 11000101 11011 1100 0 1010110 10111 1000100 1001100 101100

Color Harmonies of #ADC51B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC51B

Black with #ADC51B

Text Example


Text Example

White with #ADC51B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC51B; }

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

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

background-color css

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

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

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

border-color css

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

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

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