Html Css Color HEX #ADC033 Bahia

📋 copy color: '#ADC033'

red 173 ◦ green 192 ◦ blue 51

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

Shades of Bahia #ADC033

Tints of Bahia #ADC033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.26%

R = 41.59%
G = 46.15%
B = 12.26%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#ADC033 (or 0xADC033) is known color: Bahia. HEX triplet: AD, C0 and 33. RGB value is (173,192,51). Sum of RGB (Red+Green+Blue) = 173+192+51=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 192 (75.39% from 255 or 46.15% from 416); Blue value is 51 (20.31% from 255 or 12.26% from 416); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC033 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC033 is #523FCC. Grayscale: #AAAAAA. Windows color (decimal): -5390285 or 3391661. OLE color: 3391661.

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

Color convert

RGB 173 192 51 -
CMYK 0.10 0 0.73 0.25
HSL 68.09º 0.58% 0.48% -
HSV(B) 68.09º 0.73% 0.75% -
XYZ 36.68 46.82 10.24 -
YUV 170.25 60.71 129.96 -
System Red Green Blue C M Y K H S L
Decimal 173 192 51 0.10 0 0.73 0.25 68.09 0.58 0.48
Hex AD C0 33 A 0 49 19 44 3A 30
Octal 255 300 63 12 0 111 31 104 72 60
Binary 10101101 11000000 110011 1010 0 1001001 11001 1000100 111010 110000

Color Harmonies of #ADC033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC033

Black with #ADC033

Text Example


Text Example

White with #ADC033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC033; }

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

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

background-color css

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

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

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

border-color css

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

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

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