Html Css Color HEX #ADCC2B Bahia

📋 copy color: '#ADCC2B'

red 173 ◦ green 204 ◦ blue 43

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

Shades of Bahia #ADCC2B

Tints of Bahia #ADCC2B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 48.57%

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

R = 41.19%
G = 48.57%
B = 10.24%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#ADCC2B (or 0xADCC2B) is known color: Bahia. HEX triplet: AD, CC and 2B. RGB value is (173,204,43). Sum of RGB (Red+Green+Blue) = 173+204+43=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 204 (80.08% from 255 or 48.57% from 420); Blue value is 43 (17.19% from 255 or 10.24% from 420); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCC2B is #5233D4. Grayscale: #B0B0B0. Windows color (decimal): -5387221 or 2870445. OLE color: 2870445.

HSL color Cylindrical-coordinate representation of color #ADCC2B: hue angle of 71.55º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ADCC2B is Cyan = 0.15, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 204 43 -
CMYK 0.15 0 0.79 0.2
HSL 71.55º 0.65% 0.48% -
HSV(B) 71.55º 0.79% 0.8% -
XYZ 39.26 52.24 10.3 -
YUV 176.38 52.73 125.59 -
System Red Green Blue C M Y K H S L
Decimal 173 204 43 0.15 0 0.79 0.2 71.55 0.65 0.48
Hex AD CC 2B F 0 4F 14 48 41 30
Octal 255 314 53 17 0 117 24 110 101 60
Binary 10101101 11001100 101011 1111 0 1001111 10100 1001000 1000001 110000

Color Harmonies of #ADCC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCC2B

Black with #ADCC2B

Text Example


Text Example

White with #ADCC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCC2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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