Html Css Color HEX #ADC633 Bahia

📋 copy color: '#ADC633'

red 173 ◦ green 198 ◦ blue 51

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

Shades of Bahia #ADC633

Tints of Bahia #ADC633

RGB

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

 GREEN value IS 198 (77.73% from 255) = 46.92%

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

R = 41%
G = 46.92%
B = 12.09%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#ADC633 (or 0xADC633) is known color: Bahia. HEX triplet: AD, C6 and 33. RGB value is (173,198,51). Sum of RGB (Red+Green+Blue) = 173+198+51=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 198 (77.73% from 255 or 46.92% from 422); Blue value is 51 (20.31% from 255 or 12.09% from 422); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC633 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC633 is #5239CC. Grayscale: #AEAEAE. Windows color (decimal): -5388749 or 3393197. OLE color: 3393197.

HSL color Cylindrical-coordinate representation of color #ADC633: hue angle of 70.2º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ADC633 is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 198 51 -
CMYK 0.13 0 0.74 0.22
HSL 70.2º 0.59% 0.49% -
HSV(B) 70.2º 0.74% 0.78% -
XYZ 38.03 49.51 10.68 -
YUV 173.77 58.72 127.45 -
System Red Green Blue C M Y K H S L
Decimal 173 198 51 0.13 0 0.74 0.22 70.2 0.59 0.49
Hex AD C6 33 D 0 4A 16 46 3B 31
Octal 255 306 63 15 0 112 26 106 73 61
Binary 10101101 11000110 110011 1101 0 1001010 10110 1000110 111011 110001

Color Harmonies of #ADC633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC633

Black with #ADC633

Text Example


Text Example

White with #ADC633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC633; }

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

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

background-color css

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

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

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

border-color css

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

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

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