Html Css Color HEX #ADC927 Bahia

📋 copy color: '#ADC927'

red 173 ◦ green 201 ◦ blue 39

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

Shades of Bahia #ADC927

Tints of Bahia #ADC927

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.44%

R = 41.89%
G = 48.67%
B = 9.44%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#ADC927 (or 0xADC927) is known color: Bahia. HEX triplet: AD, C9 and 27. RGB value is (173,201,39). Sum of RGB (Red+Green+Blue) = 173+201+39=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 201 (78.91% from 255 or 48.67% from 413); Blue value is 39 (15.62% from 255 or 9.44% from 413); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC927 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC927 is #5236D8. Grayscale: #AEAEAE. Windows color (decimal): -5387993 or 2607533. OLE color: 2607533.

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

Color convert

RGB 173 201 39 -
CMYK 0.14 0 0.81 0.21
HSL 70.37º 0.68% 0.47% -
HSV(B) 70.37º 0.81% 0.79% -
XYZ 38.49 50.8 9.7 -
YUV 174.16 51.72 127.17 -
System Red Green Blue C M Y K H S L
Decimal 173 201 39 0.14 0 0.81 0.21 70.37 0.68 0.47
Hex AD C9 27 E 0 51 15 46 44 2F
Octal 255 311 47 16 0 121 25 106 104 57
Binary 10101101 11001001 100111 1110 0 1010001 10101 1000110 1000100 101111

Color Harmonies of #ADC927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC927

Black with #ADC927

Text Example


Text Example

White with #ADC927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC927; }

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

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

background-color css

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

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

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

border-color css

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

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

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