Html Css Color HEX #ADCB22 Bahia

📋 copy color: '#ADCB22'

red 173 ◦ green 203 ◦ blue 34

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

Shades of Bahia #ADCB22

Tints of Bahia #ADCB22

RGB

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

 GREEN value IS 203 (79.69% from 255) = 49.51%

 BLUE value IS 34 (13.67% from 255) = 8.29%

R = 42.2%
G = 49.51%
B = 8.29%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#ADCB22 (or 0xADCB22) is known color: 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

RGB 173 203 34 -
CMYK 0.15 0 0.83 0.20
HSL 70.65º 0.71% 0.46% -
HSV(B) 70.65º 0.83% 0.8% -
XYZ 38.88 51.71 9.45 -
YUV 174.76 48.56 126.74 -
System Red Green Blue C M Y K H S L
Decimal 173 203 34 0.15 0 0.83 0.20 70.65 0.71 0.46
Hex AD CB 22 F 0 53 14 47 47 2E
Octal 255 313 42 17 0 123 24 107 107 56
Binary 10101101 11001011 100010 1111 0 1010011 10100 1000111 1000111 101110

Color Harmonies of #ADCB22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCB22

Black with #ADCB22

Text Example


Text Example

White with #ADCB22

Text Example


Text Example

HTML Codes & Css Web 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>