#ADCB22

Color #ADCB22 Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #ADCB22

Tints of Bahia #ADCB22

Color information

#ADCB22 (or 0xADCB22) is unknown color: approx Bahia. HEX triplet: AD, CB and 22. RGB value is (173,203,34). Sum of RGB (Red+Green+Blue) = 173+203+34=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 203 (79.69% from 255 or 49.51% from 410); Blue value is 34 (13.67% from 255 or 8.29% from 410); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB22 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCB22 is #5234DD. Grayscale: #AFAFAF. Windows color (decimal): -5387486 or 2280365. OLE color: 2280365.

HSL color Cylindrical-coordinate representation of color #ADCB22: hue angle of 70.65º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ADCB22 is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.20.

Color convert

RGB17320334-
CMYK0.1500.830.20
HSL70.65º71.31%46.47%-
HSV(B)70.65º83.25%79.61%-
XYZ38.8851.719.45-
YUV174.7648.56126.74-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.20%
GREEN value IS 203 (79.69% from 255) = 49.51%
BLUE value IS 34 (13.67% from 255) = 8.29%
R=42.20%
G=49.51%
B=8.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal173203340.1500.830.2070.6571.3146.47
HexADCB22F0531447472e
Octal255313421701232410710756
Binary10101101110010111000101111010100111010010001111000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCB22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCB22; }

 p { color: rgb(173,203,34); }

 H1.HeaderClassName
 {
   color: #ADCB22;
 }
 .AnyTagClassName
 {
   color: #ADCB22;
 }
</style>
background-color css

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

 a { background-color: rgb(173,203,34); }

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

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

 span { border-color: rgb(173,203,34); }

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