Html Css Color HEX #ADCB2E Bahia

📋 copy color: '#ADCB2E'

red 173 ◦ green 203 ◦ blue 46

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

Shades of Bahia #ADCB2E

Tints of Bahia #ADCB2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.9%

R = 41%
G = 48.1%
B = 10.9%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#ADCB2E (or 0xADCB2E) is known color: Bahia. HEX triplet: AD, CB and 2E. RGB value is (173,203,46). Sum of RGB (Red+Green+Blue) = 173+203+46=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 203 (79.69% from 255 or 48.10% from 422); Blue value is 46 (18.36% from 255 or 10.90% from 422); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCB2E is #5234D1. Grayscale: #B0B0B0. Windows color (decimal): -5387474 or 3066797. OLE color: 3066797.

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

Color convert

RGB 173 203 46 -
CMYK 0.15 0 0.77 0.20
HSL 71.46º 0.63% 0.49% -
HSV(B) 71.46º 0.77% 0.8% -
XYZ 39.08 51.79 10.52 -
YUV 176.13 54.56 125.77 -
System Red Green Blue C M Y K H S L
Decimal 173 203 46 0.15 0 0.77 0.20 71.46 0.63 0.49
Hex AD CB 2E F 0 4D 14 47 3F 31
Octal 255 313 56 17 0 115 24 107 77 61
Binary 10101101 11001011 101110 1111 0 1001101 10100 1000111 111111 110001

Color Harmonies of #ADCB2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCB2E

Black with #ADCB2E

Text Example


Text Example

White with #ADCB2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCB2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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