Html Css Color HEX #ADC133 Bahia

📋 copy color: '#ADC133'

red 173 ◦ green 193 ◦ blue 51

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

Shades of Bahia #ADC133

Tints of Bahia #ADC133

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.28%

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

R = 41.49%
G = 46.28%
B = 12.23%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#ADC133 (or 0xADC133) is known color: Bahia. HEX triplet: AD, C1 and 33. RGB value is (173,193,51). Sum of RGB (Red+Green+Blue) = 173+193+51=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 193 (75.78% from 255 or 46.28% from 417); Blue value is 51 (20.31% from 255 or 12.23% from 417); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC133 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC133 is #523ECC. Grayscale: #ABABAB. Windows color (decimal): -5390029 or 3391917. OLE color: 3391917.

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

Color convert

RGB 173 193 51 -
CMYK 0.10 0 0.74 0.24
HSL 68.45º 0.58% 0.48% -
HSV(B) 68.45º 0.74% 0.76% -
XYZ 36.9 47.26 10.31 -
YUV 170.83 60.37 129.55 -
System Red Green Blue C M Y K H S L
Decimal 173 193 51 0.10 0 0.74 0.24 68.45 0.58 0.48
Hex AD C1 33 A 0 4A 18 44 3A 30
Octal 255 301 63 12 0 112 30 104 72 60
Binary 10101101 11000001 110011 1010 0 1001010 11000 1000100 111010 110000

Color Harmonies of #ADC133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC133

Black with #ADC133

Text Example


Text Example

White with #ADC133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC133; }

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

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

background-color css

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

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

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

border-color css

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

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

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