Html Css Color HEX #ADC32B Bahia

📋 copy color: '#ADC32B'

red 173 ◦ green 195 ◦ blue 43

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

Shades of Bahia #ADC32B

Tints of Bahia #ADC32B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.46%

R = 42.09%
G = 47.45%
B = 10.46%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#ADC32B (or 0xADC32B) is known color: Bahia. HEX triplet: AD, C3 and 2B. RGB value is (173,195,43). Sum of RGB (Red+Green+Blue) = 173+195+43=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 195 (76.56% from 255 or 47.45% from 411); Blue value is 43 (17.19% from 255 or 10.46% from 411); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC32B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC32B is #523CD4. Grayscale: #ABABAB. Windows color (decimal): -5389525 or 2868141. OLE color: 2868141.

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

Color convert

RGB 173 195 43 -
CMYK 0.11 0 0.78 0.24
HSL 68.68º 0.64% 0.47% -
HSV(B) 68.68º 0.78% 0.76% -
XYZ 37.18 48.09 9.61 -
YUV 171.09 55.71 129.36 -
System Red Green Blue C M Y K H S L
Decimal 173 195 43 0.11 0 0.78 0.24 68.68 0.64 0.47
Hex AD C3 2B B 0 4E 18 45 40 2F
Octal 255 303 53 13 0 116 30 105 100 57
Binary 10101101 11000011 101011 1011 0 1001110 11000 1000101 1000000 101111

Color Harmonies of #ADC32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC32B

Black with #ADC32B

Text Example


Text Example

White with #ADC32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC32B; }

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

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

background-color css

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

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

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

border-color css

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

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

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