Html Css Color HEX #ADC01B Bahia

📋 copy color: '#ADC01B'

red 173 ◦ green 192 ◦ blue 27

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

Shades of Bahia #ADC01B

Tints of Bahia #ADC01B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 48.98%

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

R = 44.13%
G = 48.98%
B = 6.89%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#ADC01B (or 0xADC01B) is known color: Bahia. HEX triplet: AD, C0 and 1B. RGB value is (173,192,27). Sum of RGB (Red+Green+Blue) = 173+192+27=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 192 (75.39% from 255 or 48.98% from 392); Blue value is 27 (10.94% from 255 or 6.89% from 392); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC01B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC01B is #523FE4. Grayscale: #A8A8A8. Windows color (decimal): -5390309 or 1818797. OLE color: 1818797.

HSL color Cylindrical-coordinate representation of color #ADC01B: hue angle of 66.91º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ADC01B is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 192 27 -
CMYK 0.10 0 0.86 0.25
HSL 66.91º 0.75% 0.43% -
HSV(B) 66.91º 0.86% 0.75% -
XYZ 36.28 46.66 8.13 -
YUV 167.51 48.71 131.92 -
System Red Green Blue C M Y K H S L
Decimal 173 192 27 0.10 0 0.86 0.25 66.91 0.75 0.43
Hex AD C0 1B A 0 56 19 43 4B 2B
Octal 255 300 33 12 0 126 31 103 113 53
Binary 10101101 11000000 11011 1010 0 1010110 11001 1000011 1001011 101011

Color Harmonies of #ADC01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC01B

Black with #ADC01B

Text Example


Text Example

White with #ADC01B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC01B; }

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

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

background-color css

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

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

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

border-color css

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

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

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