Html Css Color HEX #ADC433 Bahia

📋 copy color: '#ADC433'

red 173 ◦ green 196 ◦ blue 51

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

Shades of Bahia #ADC433

Tints of Bahia #ADC433

RGB

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

 GREEN value IS 196 (76.95% from 255) = 46.67%

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

R = 41.19%
G = 46.67%
B = 12.14%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#ADC433 (or 0xADC433) is known color: Bahia. HEX triplet: AD, C4 and 33. RGB value is (173,196,51). Sum of RGB (Red+Green+Blue) = 173+196+51=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 196 (76.95% from 255 or 46.67% from 420); Blue value is 51 (20.31% from 255 or 12.14% from 420); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC433 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC433 is #523BCC. Grayscale: #ADADAD. Windows color (decimal): -5389261 or 3392685. OLE color: 3392685.

HSL color Cylindrical-coordinate representation of color #ADC433: hue angle of 69.52º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ADC433 is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB 173 196 51 -
CMYK 0.12 0 0.74 0.23
HSL 69.52º 0.59% 0.48% -
HSV(B) 69.52º 0.74% 0.77% -
XYZ 37.57 48.6 10.53 -
YUV 172.59 59.38 128.29 -
System Red Green Blue C M Y K H S L
Decimal 173 196 51 0.12 0 0.74 0.23 69.52 0.59 0.48
Hex AD C4 33 C 0 4A 17 46 3B 30
Octal 255 304 63 14 0 112 27 106 73 60
Binary 10101101 11000100 110011 1100 0 1001010 10111 1000110 111011 110000

Color Harmonies of #ADC433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC433

Black with #ADC433

Text Example


Text Example

White with #ADC433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC433; }

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

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

background-color css

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

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

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

border-color css

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

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

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