Html Css Color HEX #ADC32C Bahia

📋 copy color: '#ADC32C'

red 173 ◦ green 195 ◦ blue 44

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

Shades of Bahia #ADC32C

Tints of Bahia #ADC32C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.68%

R = 41.99%
G = 47.33%
B = 10.68%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#ADC32C (or 0xADC32C) is known color: Bahia. HEX triplet: AD, C3 and 2C. RGB value is (173,195,44). Sum of RGB (Red+Green+Blue) = 173+195+44=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 195 (76.56% from 255 or 47.33% from 412); Blue value is 44 (17.58% from 255 or 10.68% from 412); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC32C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC32C is #523CD3. Grayscale: #ABABAB. Windows color (decimal): -5389524 or 2933677. OLE color: 2933677.

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

Color convert

RGB 173 195 44 -
CMYK 0.11 0 0.77 0.24
HSL 68.74º 0.63% 0.47% -
HSV(B) 68.74º 0.77% 0.76% -
XYZ 37.2 48.1 9.71 -
YUV 171.21 56.21 129.28 -
System Red Green Blue C M Y K H S L
Decimal 173 195 44 0.11 0 0.77 0.24 68.74 0.63 0.47
Hex AD C3 2C B 0 4D 18 45 3F 2F
Octal 255 303 54 13 0 115 30 105 77 57
Binary 10101101 11000011 101100 1011 0 1001101 11000 1000101 111111 101111

Color Harmonies of #ADC32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC32C

Black with #ADC32C

Text Example


Text Example

White with #ADC32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC32C; }

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

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

background-color css

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

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

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

border-color css

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

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

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