Html Css Color HEX #ADC334 Bahia

📋 copy color: '#ADC334'

red 173 ◦ green 195 ◦ blue 52

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

Shades of Bahia #ADC334

Tints of Bahia #ADC334

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.43%

 BLUE value IS 52 (20.7% from 255) = 12.38%

R = 41.19%
G = 46.43%
B = 12.38%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#ADC334 (or 0xADC334) is known color: Bahia. HEX triplet: AD, C3 and 34. RGB value is (173,195,52). Sum of RGB (Red+Green+Blue) = 173+195+52=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 195 (76.56% from 255 or 46.43% from 420); Blue value is 52 (20.70% from 255 or 12.38% from 420); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC334 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC334 is #523CCB. Grayscale: #ACACAC. Windows color (decimal): -5389516 or 3457965. OLE color: 3457965.

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

Color convert

RGB 173 195 52 -
CMYK 0.11 0 0.73 0.24
HSL 69.23º 0.58% 0.48% -
HSV(B) 69.23º 0.73% 0.76% -
XYZ 37.37 48.16 10.58 -
YUV 172.12 60.21 128.63 -
System Red Green Blue C M Y K H S L
Decimal 173 195 52 0.11 0 0.73 0.24 69.23 0.58 0.48
Hex AD C3 34 B 0 49 18 45 3A 30
Octal 255 303 64 13 0 111 30 105 72 60
Binary 10101101 11000011 110100 1011 0 1001001 11000 1000101 111010 110000

Color Harmonies of #ADC334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC334

Black with #ADC334

Text Example


Text Example

White with #ADC334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC334; }

 p { color: rgb(173,195,52); }

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

background-color css

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

 a { background-color: rgb(173,195,52); }

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

border-color css

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

 span { border-color: rgb(173,195,52); }

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