Html Css Color HEX #ADC91E Bahia

📋 copy color: '#ADC91E'

red 173 ◦ green 201 ◦ blue 30

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

Shades of Bahia #ADC91E

Tints of Bahia #ADC91E

RGB

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

 GREEN value IS 201 (78.91% from 255) = 49.75%

 BLUE value IS 30 (12.11% from 255) = 7.43%

R = 42.82%
G = 49.75%
B = 7.43%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#ADC91E (or 0xADC91E) is known color: Bahia. HEX triplet: AD, C9 and 1E. RGB value is (173,201,30). Sum of RGB (Red+Green+Blue) = 173+201+30=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 201 (78.91% from 255 or 49.75% from 404); Blue value is 30 (12.11% from 255 or 7.43% from 404); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC91E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC91E is #5236E1. Grayscale: #ADADAD. Windows color (decimal): -5388002 or 2017709. OLE color: 2017709.

HSL color Cylindrical-coordinate representation of color #ADC91E: hue angle of 69.82º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ADC91E is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 201 30 -
CMYK 0.14 0 0.85 0.21
HSL 69.82º 0.74% 0.45% -
HSV(B) 69.82º 0.85% 0.79% -
XYZ 38.35 50.75 9 -
YUV 173.13 47.22 127.9 -
System Red Green Blue C M Y K H S L
Decimal 173 201 30 0.14 0 0.85 0.21 69.82 0.74 0.45
Hex AD C9 1E E 0 55 15 46 4A 2D
Octal 255 311 36 16 0 125 25 106 112 55
Binary 10101101 11001001 11110 1110 0 1010101 10101 1000110 1001010 101101

Color Harmonies of #ADC91E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC91E

Black with #ADC91E

Text Example


Text Example

White with #ADC91E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC91E; }

 p { color: rgb(173,201,30); }

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

background-color css

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

 a { background-color: rgb(173,201,30); }

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

border-color css

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

 span { border-color: rgb(173,201,30); }

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